/usr/local/CPAN/Net-Autoconfig/Makefile.PL


use 5.008008;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME              => 'Net::Autoconfig',
    VERSION_FROM      => 'lib/Net/Autoconfig.pm', # finds $VERSION
    PREREQ_PM         => {
# Commented modules come standard with perl.
# Included for informational purposes.
#                            'Cwd'                   =>  3.2501,
#                            'Data::Dumper'          =>  2.121,
                            'Expect'                =>  1.21,
                            'Log::Log4perl'         =>  1.15,
                            'Log::Dispatch::Screen' =>  1.17,
#                            'Net::Ping'             =>  2.31,
#                            'Net::SNMP'             =>  5.2.0,
                        },
    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
      (ABSTRACT_FROM  => 'lib/Net/Autoconfig.pm', # retrieve abstract from module
       AUTHOR         => 'Kevin Ehlers <kevin@uoregon.edu>') : ()),
);