Codebase list libdebian-copyright-perl / 1866ecb6-1956-4af0-a1dd-70d1f8866321/upstream Makefile.PL
1866ecb6-1956-4af0-a1dd-70d1f8866321/upstream

Tree @1866ecb6-1956-4af0-a1dd-70d1f8866321/upstream (Download .tar.gz)

Makefile.PL @1866ecb6-1956-4af0-a1dd-70d1f8866321/upstreamraw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.4231
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' => {}
)
;