############### # MAKEFILE.PL # ############### use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Pod::HtmlEasy' , 'VERSION_FROM' => 'lib/Pod/HtmlEasy.pm' , 'PREREQ_PM' => { 'Carp' => 0, 'English' => 0, 'Exporter::Easy' => 0.16, 'File::Slurp' => 9999.13, 'IPC::Run' => 0.80, 'Pod::Escapes' => 1.04, 'Pod::Parser' => 1.03, 'Pod::ParseLink' => 1.06, 'Readonly' => 1.03, 'Regexp::Common' => 2.120, 'Switch' => 2.1001, 'Test::More' => 0.70, 'version' => 0.7203, } , 'EXE_FILES' => [ qw(script/podhtmleasy.pl) ], ($] >= 5.005 ? ( ABSTRACT_FROM => 'lib/Pod/HtmlEasy.pm', AUTHOR => 'Graciliano M. P. , Geoffrey Leach ' ) : () ), ); 1;