comparison Makefile.PL @ 1:144819f5d2f6

Initial revision
author kono
date Fri, 24 Jan 2003 13:41:18 +0900
parents
children 714230f2d8b3
comparison
equal deleted inserted replaced
0:111809a2ea45 1:144819f5d2f6
1 use 5.008;
2 use ExtUtils::MakeMaker;
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
5 WriteMakefile(
6 'NAME' => 'Calcon',
7 'VERSION_FROM' => 'Calcon.pm', # finds $VERSION
8 'PREREQ_PM' => {
9 'NKF'=>2.0,
10 'Mac::Applescript'=>0.03,
11 }, # e.g., Module::Name => 1.1
12 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
13 (ABSTRACT_FROM => 'Calcon.pm', # retrieve abstract from module
14 AUTHOR => 'Shinji KONO <kono@ie.u-ryukyu.ac.jp>') : ()),
15 );