add Geo::TAF changes from Robin Johnson + CTY1902
[spider.git] / Geo / TAF / Makefile.PL
index 48e01cbd0927d9a411b1d9870738f6c44147d6e4..8658fed3275b7f5add4cf66e62f747e24ecfb333 100644 (file)
@@ -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 <djk@localdomain>') : ()),
+       AUTHOR     => 'Dirk Koopman <djk@tobit.co.uk>, Robin H. Johnson, L<mailto:robbat2@gentoo.org>')
+# Stuff for < 5.005
+         :
+         ()
+# FIN
+         ),
 );