X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Geo%2FTAF%2FMakefile.PL;h=8658fed3275b7f5add4cf66e62f747e24ecfb333;hb=74d17365969eb25dfe6545e93ed6d9ce4268b349;hp=48e01cbd0927d9a411b1d9870738f6c44147d6e4;hpb=3bbdbaf825f28e2ee9a39b1773294203f899f8c7;p=spider.git diff --git a/Geo/TAF/Makefile.PL b/Geo/TAF/Makefile.PL index 48e01cbd..8658fed3 100644 --- a/Geo/TAF/Makefile.PL +++ b/Geo/TAF/Makefile.PL @@ -7,6 +7,12 @@ WriteMakefile( 'VERSION_FROM' => 'TAF.pm', # finds $VERSION 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 +# Stuff for >= 5.005 (ABSTRACT_FROM => 'TAF.pm', # retrieve abstract from module - AUTHOR => 'Dirk Koopman ') : ()), + AUTHOR => 'Dirk Koopman , Robin H. Johnson, L') +# Stuff for < 5.005 + : + () +# FIN + ), );