Codebase list libdebian-copyright-perl / fresh-snapshots/main Makefile.PL
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

Makefile.PL @fresh-snapshots/mainraw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.4232
require 5.010001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Debian::Copyright',
  'VERSION_FROM' => 'lib/Debian/Copyright.pm',
  'PREREQ_PM' => {
                   'Array::Unique' => 0,
                   'Class::Accessor' => 0,
                   'Parse::DebControl' => 0,
                   'Perl6::Slurp' => 0,
                   'Test::Deep' => 0,
                   'Test::Exception' => 0,
                   'Test::LongString' => 0,
                   'Test::More' => 0,
                   'Test::NoWarnings' => 0,
                   'Tie::IxHash' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;