File: Makefile.PL

package info (click to toggle)
libnet-whois-parser-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 405; makefile: 4
file content (15 lines) | stat: -r--r--r-- 389 bytes parent folder | download | duplicates (3)
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.4211
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Net::Whois::Parser',
  'VERSION_FROM' => 'lib/Net/Whois/Parser.pm',
  'PREREQ_PM' => {
                   'Net::Whois::Raw' => 2,
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;