File: Makefile.PL

package info (click to toggle)
libdata-page-pageset-perl 1.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 167; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Data::Page::Pageset',
          'VERSION_FROM' => 'lib/Data/Page/Pageset.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Data::Page' => 2,
                           'Test::Exception' => 0,
                           'Class::Accessor' => 0,
                           'Carp' => 0
                         }
        )
;