IO-Util

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This file uses the "Perlish" coding style
# please read http://perl.4pro.net/perlish_coding_style.html

; use 5.006_001
; use ExtUtils::MakeMaker

; my $pm = 'lib/IO/Util.pm'

; WriteMakefile
   ( NAME           => 'IO::Util'
   , VERSION_FROM   => $pm
   , ( $] ge '5.005' )
     ? ( AUTHOR          => 'Domizio Demichelis - perl.4pro.net'
       , ABSTRACT_FROM   => $pm
       )
     : ()
   , PREREQ_PM      => { 'Time::HiRes'   => 0
                       , 'Sys::Hostname' => 0
                       }
   )


; 1



( run in 0.879 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )