Codebase list libdebian-copyright-perl / ebd2adfd-a14b-47d5-bf39-8b00cbba3a7d/main Makefile.PL
ebd2adfd-a14b-47d5-bf39-8b00cbba3a7d/main

Tree @ebd2adfd-a14b-47d5-bf39-8b00cbba3a7d/main (Download .tar.gz)

Makefile.PL @ebd2adfd-a14b-47d5-bf39-8b00cbba3a7d/mainraw · history · blame

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