Fix MANIFEST and Makefile.PL
This commit is contained in:
parent
ee93a98d35
commit
b182a169f2
3
MANIFEST
3
MANIFEST
|
@ -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
|
||||||
|
|
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue