File: Makefile.PL

package info (click to toggle)
libxml-checker-perl 0.13-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 564 kB
  • sloc: perl: 1,377; xml: 217; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'XML::Checker',
    'VERSION_FROM' => 'lib/XML/Checker.pm', # finds $VERSION
    'PREREQ_PM' => { 'XML::Parser' => '2.30',
		     'XML::Parser::PerlSAX' => '0.07',
		     'XML::DOM' => '1.29'}
);