File: Makefile.PL

package info (click to toggle)
libxml-filter-saxt-perl 0.01-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 52 kB
  • ctags: 5
  • sloc: perl: 79; makefile: 35
file content (7 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
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::Filter::SAXT',
    'VERSION_FROM'	=> 'SAXT.pm', # finds $VERSION
);