File: Makefile.PL

package info (click to toggle)
libmon-perl 0.11-2
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 140 kB
  • ctags: 89
  • sloc: perl: 1,690; makefile: 55
file content (10 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#
# $Id: Makefile.PL 1.3 Thu, 11 Jan 2001 08:42:17 -0800 trockij $
#

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'      => 'Mon',
    'VERSION'   => "0.11",
);