require 5.000; use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Bundle::CVSMonitor', 'VERSION_FROM' => 'lib/Bundle/CVSMonitor.pm', 'PREREQ_PM' => { 'Array::Window' => 0, 'CGI' => 0, 'CGI::Carp' => 0, 'Chart::Math::Axis' => 0.3, 'Class::Autouse' => 1.03, 'Class::Default' => 1.0, 'Class::Inspector' => 1.03, 'Class::Handle' => 1.0, 'Clone' => 0.13, 'Config::Tiny' => 1.5, # 'Cwd' => 0, # Removed to prevent circular dependency 'Date::Format' => 0, 'File::Spec' => 0.82, # Some methods we need 'File::Copy' => 0, 'File::NCopy' => 0.32, 'File::Remove' => 0.20, 'File::Find::Rule' => 0, 'File::Flat' => 0.8, 'File::Temp' => 0.12, 'File::Which' => 0, 'FindBin' => 0, 'GD' => 0, 'GD::Graph' => 0, 'GD::Text' => 0, 'Getopt::Long' => 0, 'HTTP::BrowserDetect' => 0.97, 'IO::File' => 0, 'Net::Telnet' => 0, 'Number::Compare' => 0, 'Proc::ProcessTable' => 0, 'Scalar::Util' => 1.09, 'Sort::Versions' => 1.4, 'Storable' => 0, 'Text::Glob' => 0, 'Time::Duration' => 0, 'Time::ParseDate' => 100.010301, 'URI::Escape' => 0, 'Validate::Net' => 0.4, 'XML::Generator' => 0, }, ($] >= 5.005) ? ( 'AUTHOR' => 'Adam Kennedy (cpan@ali.as)', 'ABSTRACT' => 'Bundle file for the CVS Monitor application', ) : (), );