File: Makefile.PL

package info (click to toggle)
libio-async-perl 0.29-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 684 kB
  • ctags: 239
  • sloc: perl: 6,439; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 887 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
# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'IO::Async',
          'VERSION_FROM' => 'lib/IO/Async.pm',
          'PREREQ_PM' => {
                           'Async::MergePoint' => 0,
                           'File::Temp' => 0,
                           'Heap' => '0.80',
                           'IO::Poll' => 0,
                           'Socket::GetAddrInfo' => '0.08',
                           'Storable' => 0,
                           'Test::Exception' => 0,
                           'Test::More' => 0,
                           'Test::Refcount' => 0,
                           'Test::Warn' => 0,
                           'Time::HiRes' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;