File: Makefile.PL

package info (click to toggle)
libinline-perl 0.43-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 412 kB
  • ctags: 107
  • sloc: perl: 3,584; makefile: 42
file content (12 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;

WriteMakefile(
	      NAME => 'Inline',
	      VERSION_FROM => 'Inline.pm',
	      PREREQ_PM => {
			    Data::Dumper => 2.09,
			    Digest::MD5 => 2.09,
			    Parse::RecDescent => 1.78,
			   },
	      clean => {FILES => '_Inline_test/ _Inline/ .Inline/'},
	     );