X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=Makefile.PL;h=6211f1609e7989fd1e4ad277c611fff99b236bf6;hp=668a722723f2be6a9806b74542b704abbaa616b6;hb=feefb416b3c1aafdea07aa47378d007ee760e9f9;hpb=1b3ec28e5f2b7f6f5f4c8140a98e114912271a53 diff --git a/Makefile.PL b/Makefile.PL index 668a722..6211f16 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,9 +4,9 @@ use ExtUtils::MakeMaker; # the contents of the Makefile that is written. WriteMakefile( NAME => 'Apache::MVC', - VERSION_FROM => 'MVC.pm', # finds $VERSION + VERSION_FROM => 'lib/Apache/MVC.pm', # finds $VERSION PREREQ_PM => {}, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 - (ABSTRACT_FROM => 'MVC.pm', # retrieve abstract from module + (ABSTRACT_FROM => 'lib/Apache/MVC.pm', # retrieve abstract from module AUTHOR => 'Simon Cozens ') : ()), );