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/production.yml
|
||||
views/index.tt
|
||||
views/layouts/main.tt
|
||||
MANIFEST.SKIP
|
||||
lib/genregenerator.pm
|
||||
lib/App/Genregenerator.pm
|
||||
public/css/style.css
|
||||
public/css/error.css
|
||||
public/404.html
|
||||
|
|
|
@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
|
|||
WriteMakefile(
|
||||
NAME => 'genregenerator',
|
||||
AUTHOR => q{YOUR NAME <youremail@example.com>},
|
||||
VERSION_FROM => 'lib/genregenerator.pm',
|
||||
VERSION_FROM => 'lib/App/Genregenerator.pm',
|
||||
ABSTRACT => 'YOUR APPLICATION ABSTRACT',
|
||||
($ExtUtils::MakeMaker::VERSION >= 6.3002
|
||||
? ('LICENSE'=> 'perl')
|
||||
|
|
Loading…
Reference in New Issue