imapsync/Mail-IMAPClient-2.2.9/BodyStructure/Makefile.PL
Nick Bebout 9ca0e338a4 1.284
2011-03-12 02:44:47 +00:00

12 lines
383 B
Perl
Executable file

use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'DIR' => [ 'Parse' ] ,
'NAME' => 'Mail::IMAPClient::BodyStructure',
'VERSION_FROM' => '../IMAPClient.pm', # finds $VERSION
'PREREQ_PM' => {
"Parse::RecDescent" => '1.94',
"Exporter" => 0,
},
);