File: Makefile.PL

package info (click to toggle)
libautobox-dump-perl 20090426.1746-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 96 kB
  • ctags: 5
  • sloc: perl: 125; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Note: this file was auto-generated by Module::Build::Compat version 0.30
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'autobox::dump',
          'VERSION_FROM' => 'lib/autobox/dump.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'autobox' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;