File: Makefile.PL

package info (click to toggle)
libnet-proxy-perl 0.12-5
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 304 kB
  • ctags: 66
  • sloc: perl: 777; sh: 84; makefile: 44
file content (18 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (5)
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.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'NAME' => 'Net::Proxy',
          'EXE_FILES' => [
                           'script/connect-tunnel',
                           'script/sslh'
                         ],
          'VERSION_FROM' => 'lib/Net/Proxy.pm',
          'PREREQ_PM' => {
                           'Scalar::Util' => 0,
                           'IO::Socket' => 0,
                           'IO::Select' => 0
                         }
        )
;