File: Makefile.PL

package info (click to toggle)
libcgi-xml-perl 0.1-16
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 74; xml: 4; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME	=> 'CGI::XML',
    VERSION_FROM => 'XML.pm',
    PREREQ_PM => { XML::Parser => '2.16' }
);