# # $Header: /cvsroot/weather::underground/Weather/Underground/Makefile.PL,v 1.5 2003/11/13 03:29:26 mina Exp $ # # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Weather::Underground', 'VERSION_FROM' => 'Underground.pm', 'DISTNAME' => 'Weather-Underground', 'PREREQ_PM' => { 'LWP::Simple' => 0, 'HTML::TokeParser' => 0, 'Fcntl' => 0, }, 'dist' => { COMPRESS => "gzip -9", SUFFIX => "gz" }, );