File: Makefile.PL

package info (click to toggle)
libxml-writer-perl 0.4-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 84 kB
  • ctags: 78
  • sloc: perl: 991; makefile: 33
file content (7 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (2)
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::Writer',
    'VERSION_FROM' => 'Writer.pm', # finds $VERSION
);