File: Makefile.PL

package info (click to toggle)
libhtml-prototype-perl 1.48-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 508 kB
  • sloc: perl: 608; makefile: 4
file content (15 lines) | stat: -r--r--r-- 483 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'HTML::Prototype',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/HTML/Prototype.pm',
          'PREREQ_PM' => {
                           'HTML::Tree' => 0,
                           'Class::Accessor::Fast' => 0
                         }
        )
;