File: Makefile.PL

package info (click to toggle)
libxml-filter-xslt-perl 0.03-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 88 kB
  • sloc: perl: 71; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME           => 'XML::Filter::XSLT',
    VERSION_FROM   => 'lib/XML/Filter/XSLT.pm',
    PREREQ_PM      => {
        XML::SAX => 0.03, 
        XML::LibXSLT => 1.31,
        XML::SAX::Writer => 0.20,
    },
    ABSTRACT_FROM  => 'lib/XML/Filter/XSLT.pm',
    AUTHOR         => 'Matt Sergeant <matt@sergeant.org>',
);