File: Makefile.PL

package info (click to toggle)
libio-async-perl 0.51-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,052 kB
  • sloc: perl: 11,110; makefile: 8
file content (27 lines) | stat: -rw-r--r-- 818 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
require 5.008005;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'IO::Async',
  'VERSION_FROM' => 'lib/IO/Async.pm',
  'PREREQ_PM' => {
                   'Async::MergePoint' => '0.03',
                   'CPS' => 0,
                   'Exporter' => '5.57',
                   'File::Temp' => 0,
                   'File::stat' => 0,
                   'IO::Poll' => 0,
                   'Socket' => '1.95',
                   'Storable' => 0,
                   'Test::Fatal' => 0,
                   'Test::Identity' => 0,
                   'Test::More' => 0,
                   'Test::Refcount' => 0,
                   'Time::HiRes' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;