diff options
| author | fukachan <fukachan> | 2002-04-14 08:20:37 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-04-14 08:20:37 +0000 |
| commit | 3403ab4f986f211ac0342778080ef21bae409e43 (patch) | |
| tree | 0ad5dbc52c620c0453ff86ec168e8b9f64e5cb22 /cpan/dist/Jcode/Makefile.PL | |
| parent | b9cb387d093c2435a928bddb36d624ffb358cc69 (diff) | |
| download | fml8-Jcode-0-79.tar.gz fml8-Jcode-0-79.tar.bz2 fml8-Jcode-0-79.zip | |
Jcode-0.79Jcode-0-79
Diffstat (limited to 'cpan/dist/Jcode/Makefile.PL')
| -rw-r--r-- | cpan/dist/Jcode/Makefile.PL | 8 |
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>') : () + ), ); |
