Syndication-NITF
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
WriteMakefile(
'NAME' => 'Syndication::NITF',
'VERSION_FROM' => 'NITF.pm', # finds $VERSION
'dist' => { COMPRESS => 'gzip -9f --best',
SUFFIX => '.gz',
PREOP => 'bin/dist' },
'EXE_FILES' => [ map {"bin/$_"} @programs_to_install ],
'PREREQ_PM' => {
'XML::DOM' => 0, # requires XML::DOM (any version)
},
($] ge '5.005') ? (
'AUTHOR' => 'Brendan Quinn (brendan@clueful.com.au)',
'ABSTRACT' => 'A parser for the NITF textual news markup language.',
) : (),
);
( run in 2.181 seconds using v1.01-cache-2.11-cpan-a49fcb8fa48 )