File: Makefile.PL

package info (click to toggle)
libxml-node-perl 0.11-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 564; xml: 80; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;

WriteMakefile(
	      NAME      => 'XML::Node',
#	      MAN3PODS  => 'Node.pm',
	      VERSION_FROM => 'Node.pm',
	      );