File: Makefile.PL

package info (click to toggle)
libxml-parser-lite-tree-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 156 kB
  • ctags: 48
  • sloc: perl: 343; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

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