File: Makefile.PL

package info (click to toggle)
libmasonx-interp-withcallbacks-perl 1.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 1,784; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
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.4234
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'MasonX::Interp::WithCallbacks',
  'INSTALLDIRS' => 'site',
  'PL_FILES' => {},
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/MasonX/Interp/WithCallbacks.pm',
  'PREREQ_PM' => {
                   'Params::CallbackRequest' => '1.15',
                   'Test::Simple' => '0.17',
                   'HTML::Mason' => '1.23',
                   'Class::Container' => '0.09',
                   'Module::Build' => '0.4209'
                 }
)
;