File: Makefile.PL

package info (click to toggle)
liblist-utilsby-perl 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 479; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Note: this file was auto-generated by Module::Build::Compat version 0.4231
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'List::UtilsBy',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'PREREQ_PM' => {
                   'Exporter' => '5.57'
                 },
  'VERSION_FROM' => 'lib/List/UtilsBy.pm'
)
;