File: Makefile.PL

package info (click to toggle)
libconfig-general-perl 2.31-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 300 kB
  • ctags: 63
  • sloc: perl: 1,341; makefile: 55; ansic: 2
file content (16 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile.PL - build file for Config::General
#
# Copyright (c) 2000-2006 Thomas Linden <tom@daemon.de>.
# All Rights Reserved. Std. disclaimer applies.
# Artificial License, same as perl itself. Have fun.
#

use ExtUtils::MakeMaker;


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