use 5.008; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. # $Id: Makefile.PL,v 1.5 2010/06/15 01:27:50 alfille Exp $ WriteMakefile( NAME => 'OWNet', VERSION_FROM => 'lib/OWNet.pm', # finds $VERSION PREREQ_PM => {}, # e.g., Module::Name => 1.1 ($] >= 5.008 ? ## Add these new keywords supported since 5.008 (ABSTRACT => 'Light-weight connection to owserver to access the Dallas 1-wire system for monitoring and control', POLLUTE => 1, AUTHOR => 'Paul H Alfille ') : ()), );