- Apply patch from Justin Hunter:
[Net-OpenSRS.git] / Makefile.PL
index b5f38df..0f6fd46 100644 (file)
@@ -4,16 +4,20 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
     NAME          => 'Net::OpenSRS',
-    AUTHOR        => 'Richard L. Siddall <opensrs@elirion.net>', # Really just maintainer
+    AUTHOR        => 'Ivan Kohler <ivan-opensrs@freeside.biz>', # Really just the current maintainer
     VERSION_FROM  => 'lib/Net/OpenSRS.pm',
     ABSTRACT_FROM => 'lib/Net/OpenSRS.pm',
     PL_FILES      => {},
     PREREQ_PM     => {
-        'Test::More'     => 0,
         'LWP::UserAgent' => 0,
         'XML::Simple'    => 0,
         'Digest::MD5'    => 0,
         'Date::Calc'     => 0,
+        'Locales'        => 0,
+        'Number::Phone'  => 0,
+    },
+    BUILD_REQUIRES => {
+        'Test::More'     => 0,
     },
     dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean => { FILES    => 'Net-OpenSRS-*' },