use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( NAME => 'Filesys::Type', VERSION_FROM => 'lib/Filesys/Type.pm', # finds $VERSION AUTHOR => 'A. U. Thor (a.u.thor@a.galaxy.far.far.away)', ABSTRACT => '', PREREQ_PM => { 'Test::Simple' => 0.44, 'Module::Pluggable' => 0, }, );