File: Makefile.PL

package info (click to toggle)
libconfig-general-perl 2.27-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 196 kB
  • ctags: 43
  • sloc: perl: 1,033; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;


WriteMakefile(
	      'NAME'	=> 'Config::General',
	      'VERSION_FROM' => 'General.pm', # finds $VERSION
	      'clean' => { FILES => 't/cfg.out t/test.cfg *~ */*~' },
);