File: Makefile.PL

package info (click to toggle)
libparams-callbackrequest-perl 1.20-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: perl: 1,541; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Params::CallbackRequest',
  'VERSION_FROM' => 'lib/Params/CallbackRequest.pm',
  'PREREQ_PM' => {
                   'Attribute::Handlers' => '0.77',
                   'Class::ISA' => 0,
                   'Exception::Class' => '1.10',
                   'Module::Build' => '0.2701',
                   'Params::Validate' => '0.59',
                   'Test::More' => '0.17',
                   'Test::Simple' => '0.17'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;