use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( NAME => 'Lib::Simple', VERSION_FROM => 'lib/Lib/Simple.pm', # finds $VERSION AUTHOR => 'Doug Gorley (douggorley@shaw.ca)', ABSTRACT => 'A module for managing simple libraries.', INSTALLSITEMAN1DIR => 'none', INSTALLSITEMAN3DIR => 'none' );