diff --git a/MANIFEST b/MANIFEST index 025265d..012488e 100644 --- a/MANIFEST +++ b/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 diff --git a/Makefile.PL b/Makefile.PL index 446081e..65daf72 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'genregenerator', AUTHOR => q{YOUR NAME }, - VERSION_FROM => 'lib/genregenerator.pm', + VERSION_FROM => 'lib/App/Genregenerator.pm', ABSTRACT => 'YOUR APPLICATION ABSTRACT', ($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE'=> 'perl')