File: Makefile.PL

package info (click to toggle)
libnet-iptrie-perl 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 112 kB
  • ctags: 20
  • sloc: perl: 200; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Note: this file was auto-generated by Module::Build::Compat version 0.3603
require 5.008000;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Net::IPTrie',
          'VERSION_FROM' => 'lib/Net/IPTrie.pm',
          'PREREQ_PM' => {
                           'Class::Struct' => '0.63',
                           'NetAddr::IP' => '4.007',
                           'Scalar::Util' => '1.21',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;