--- trunk/Makefile.PL 2005/05/15 21:19:26 20 +++ trunk/Makefile.PL 2005/05/15 21:35:15 21 @@ -4,7 +4,7 @@ # the contents of the Makefile that is written. WriteMakefile( NAME => 'Nos', - VERSION_FROM => 'lib/Nos.pm', # finds $VERSION + VERSION_FROM => 'Nos.pm', # finds $VERSION PREREQ_PM => { 'Class::DBI::Loader', 'Getopt::Long', @@ -13,7 +13,7 @@ 'Carp', }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 - (ABSTRACT_FROM => 'lib/Nos.pm', # retrieve abstract from module + (ABSTRACT_FROM => 'Nos.pm', # retrieve abstract from module AUTHOR => 'Dobrica Pavlinusic ') : ()), );