summaryrefslogtreecommitdiff
path: root/cpan/dist/Jcode/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/dist/Jcode/Makefile.PL')
-rw-r--r--cpan/dist/Jcode/Makefile.PL8
1 files changed, 6 insertions, 2 deletions
diff --git a/cpan/dist/Jcode/Makefile.PL b/cpan/dist/Jcode/Makefile.PL
index edcb7b4f..ba41c42b 100644
--- a/cpan/dist/Jcode/Makefile.PL
+++ b/cpan/dist/Jcode/Makefile.PL
@@ -1,6 +1,6 @@
#!/usr/local/bin/perl
#
-# $Id: Makefile.PL,v 0.70 2001/05/15 19:35:59 dankogai Exp $
+# $Id: Makefile.PL,v 0.77 2002/01/14 11:06:55 dankogai Exp $
#
use ExtUtils::MakeMaker;
@@ -11,6 +11,10 @@ WriteMakefile
VERSION_FROM => 'Jcode.pm',
PREREQ_PM => {
'MIME::Base64' => "2.1",
- }
+ },
+ ($] >= 5.005 ? ## Add these new keywords supported since 5.005
+ (ABSTRACT_FROM => 'Jcode.pm', # retrieve abstract from module
+ AUTHOR => 'Dan Kogai <dankogai@dan.co.jp>') : ()
+ ),
);