Parse-Deb-Control
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# Note: this file was auto-generated by Module::Build::Compat version 0.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Parse::Deb::Control',
'VERSION_FROM' => 'lib/Parse/Deb/Control.pm',
'PREREQ_PM' => {
'Class::Accessor::Fast' => 0,
'File::Slurp' => 0,
'File::Spec' => 0,
'IO::Any' => '0.04',
'List::MoreUtils' => 0,
'Storable' => 0,
'Test::Differences' => 0,
'Test::Exception' => 0,
'Test::More' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'script/deb-control-key-values',
'script/deb-control-prefix-perl'
],
'PL_FILES' => {}
)
;
( run in 1.339 second using v1.01-cache-2.11-cpan-39bf76dae61 )