File: Makefile.PL

package info (click to toggle)
libautobox-list-util-perl 20090629-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: perl: 59; makefile: 2
file content (17 lines) | stat: -r--r--r-- 555 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Note: this file was auto-generated by Module::Build::Compat version 0.33
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'autobox::List::Util',
          'VERSION_FROM' => 'lib/autobox/List/Util.pm',
          'PREREQ_PM' => {
                           'List::Util' => 0,
                           'Module::Load' => 0,
                           'Test::More' => 0,
                           'autobox' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;