use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'CVS::Metrics', 'VERSION_FROM' => 'Metrics.pm', 'ABSTRACT' => 'Utilities for process cvs log', 'PREREQ_PM' => { 'Chart::Plot::Canvas' => 0, 'GD' => 0, 'GD::Graph' => 0, 'Parse::RecDescent' => 0, }, 'PM' => { 'Metrics.pm' => '$(INST_LIBDIR)/Metrics.pm', }, 'EXE_FILES' => [ 'cvs_activity.pl', 'cvs_energy.pl', 'cvs_tklog.pl', 'cvs_wxlog.pl', 'cvs_current.pl', ], 'AUTHOR' => "Francois PERRAD (francois.perrad\@gadz.org)", 'dist' => { 'COMPRESS' => 'gzip', 'SUFFIX' => '.gz', }, );