File: Makefile.PL

package info (click to toggle)
docbook2x 0.8.8-18
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,740 kB
  • sloc: xml: 16,229; sh: 3,674; perl: 3,461; ansic: 639; makefile: 409; sed: 11
file content (9 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'ABSTRACT'  => 'SGMLSpl-like event dispatcher for Perl SAX2',
    'AUTHOR'    => 'Steve Cheng <stevecheng@users.sourceforge.net>',
    'NAME'	=> 'XML::Handler::SGMLSpl',
    'VERSION_FROM' => 'SGMLSpl.pm', # finds $VERSION
);