File: Makefile.PL

package info (click to toggle)
libfilter-perl 1.65-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 668 kB
  • sloc: perl: 963; makefile: 10
file content (7 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME      	=> 'Filter::Util::Call',
	DEFINE		=> '-D_NOT_CORE',
	VERSION_FROM   	=> 'Call.pm',
);