]> git.decadent.org.uk Git - maypole.git/blobdiff - Makefile.PL
Some fixes and the bare beginnings of a test suite.
[maypole.git] / Makefile.PL
index 668a722723f2be6a9806b74542b704abbaa616b6..6211f1609e7989fd1e4ad277c611fff99b236bf6 100644 (file)
@@ -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 <simon@nonet>') : ()),
 );