]> git.decadent.org.uk Git - maypole.git/blobdiff - Makefile.PL
There goes 1.4.
[maypole.git] / Makefile.PL
index f085b6a024b4ebf607bac296d1a71568bceb16c1..ed3b4a1f7622e7dbaa70d756602be7263078039b 100644 (file)
@@ -20,7 +20,7 @@ WriteMakefile(
         Template => 0,
     }, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
-      (ABSTRACT_FROM  => 'lib/Apache/MVC.pm', # retrieve abstract from module
+      (ABSTRACT_FROM  => 'lib/Maypole.pm', # retrieve abstract from module
        AUTHOR         => 'Simon Cozens <simon@simon-cozens.org>') : ()),
 );