use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( DISTNAME => 'Data-Section', NAME => 'Data::Section', AUTHOR => 'Ricardo\ SIGNES\ \', ABSTRACT => 'read\ multiple\ hunks\ of\ data\ out\ of\ your\ DATA\ section', VERSION => '0.091820', EXE_FILES => [ qw() ], (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), PREREQ_PM => { "Class::ISA" => '0', "Sub::Exporter" => '0.979', }, );