File: Makefile.PL

package info (click to toggle)
license-reconcile 0.5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 428 kB
  • ctags: 64
  • sloc: perl: 2,189; ansic: 17; sh: 12; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Note: this file was auto-generated by Module::Build::Compat version 0.40
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Debian::LicenseReconcile',
  'VERSION_FROM' => 'lib/Debian/LicenseReconcile/FormatSpec.pm',
  'PREREQ_PM' => {
                   'Debian::Copyright' => '0.2',
                   'File::Slurp' => 0,
                   'Test::Compile' => 0,
                   'Test::More' => 0,
                   'Tree::RedBlack' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/license-reconcile'
                 ],
  'PL_FILES' => {}
)
;