--- GPS/Makefile.PL 2002/04/26 21:50:28 1.2 +++ GPS/Makefile.PL 2002/04/28 09:05:10 1.3 @@ -7,7 +7,4 @@ 'NAME' => 'GPS', 'VERSION_FROM' => 'GPS.pm', # finds $VERSION 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 - ($] >= 5.005 ? ## Add these new keywords supported since 5.005 - (ABSTRACT_FROM => 'GPS.pm', # retrieve abstract from module - AUTHOR => 'root ') : ()), );