Fix MANIFEST and Makefile.PL

This commit is contained in:
Maximilian Gass 2011-06-27 16:26:24 +02:00
parent ee93a98d35
commit b182a169f2
2 changed files with 2 additions and 3 deletions

View File

@ -4,9 +4,8 @@ config.yml
environments/development.yml environments/development.yml
environments/production.yml environments/production.yml
views/index.tt views/index.tt
views/layouts/main.tt
MANIFEST.SKIP MANIFEST.SKIP
lib/genregenerator.pm lib/App/Genregenerator.pm
public/css/style.css public/css/style.css
public/css/error.css public/css/error.css
public/404.html public/404.html

View File

@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
WriteMakefile( WriteMakefile(
NAME => 'genregenerator', NAME => 'genregenerator',
AUTHOR => q{YOUR NAME <youremail@example.com>}, AUTHOR => q{YOUR NAME <youremail@example.com>},
VERSION_FROM => 'lib/genregenerator.pm', VERSION_FROM => 'lib/App/Genregenerator.pm',
ABSTRACT => 'YOUR APPLICATION ABSTRACT', ABSTRACT => 'YOUR APPLICATION ABSTRACT',
($ExtUtils::MakeMaker::VERSION >= 6.3002 ($ExtUtils::MakeMaker::VERSION >= 6.3002
? ('LICENSE'=> 'perl') ? ('LICENSE'=> 'perl')