File: Makefile.PL

package info (click to toggle)
libxml-parser-lite-tree-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 48 kB
  • ctags: 8
  • sloc: perl: 68; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;

WriteMakefile(
	'NAME'		=> 'XML::Parser::Lite::Tree',
	'VERSION_FROM'	=> 'Tree.pm',
	'PREREQ_PM'	=> {
				'XML::Parser::Lite'	=> 0,
				'Test::Simple'		=> 0,
			},
);