about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-08-06 14:26:14 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-08-06 14:26:14 +0100
commitbcd2f94d466eeb9e6cc7bd28f0f7ec6e686edbcd (patch)
tree7d8895466651c74d88e68d066bac71244a201bc1
parentc211f4dbe0f55dea6e321ae29c08361ecfe39286 (diff)
downloadperl-libnet-bcd2f94d466eeb9e6cc7bd28f0f7ec6e686edbcd.tar.gz
Add new maintainer information, with updated CPAN and GitHub links
-rw-r--r--Makefile.PL2
-rw-r--r--Net/libnetFAQ.pod17
-rw-r--r--README16
3 files changed, 19 insertions, 16 deletions
diff --git a/Makefile.PL b/Makefile.PL
index dd60ed0..5cf7e60 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -102,7 +102,7 @@ WriteMakefile(
   ( eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (
       META_MERGE => {
         resources => {    ##
-          repository => 'http://github.com/gbarr/perl-libnet',
+          repository => 'http://github.com/steve-m-hay/perl-libnet',
         },
       }
       )
diff --git a/Net/libnetFAQ.pod b/Net/libnetFAQ.pod
index e6ec362..b729f13 100644
--- a/Net/libnetFAQ.pod
+++ b/Net/libnetFAQ.pod
@@ -9,12 +9,14 @@ libnetFAQ - libnet Frequently Asked Questions
 This document is distributed with the libnet distribution, and is also
 available on the libnet web page at
 
-    http://search.cpan.org/~gbarr/libnet/
+    http://search.cpan.org/dist/libnet/
 
 =head2 How to contribute to this document
 
-You may mail corrections, additions, and suggestions to me
-gbarr@pobox.com.
+You may report corrections, additions, and suggestions on the
+CPAN request tracker at
+
+    http://rt.cpan.org/Dist/Display.html?Name=libnet
 
 =head1 Author and Copyright Information
 
@@ -22,6 +24,8 @@ Copyright (c) 1997-1998 Graham Barr. All rights reserved.
 This document is free; you can redistribute it and/or modify it
 under the terms of the Artistic License.
 
+Currently maintained by Steve Hay <shay@cpan.org>.
+
 =head2 Disclaimer
 
 This information is offered in good faith and in the hope that it may
@@ -65,12 +69,7 @@ should not be the case with perl version 5.004 or later.
 The latest libnet release is always on CPAN, you will find it
 in
 
- http://www.cpan.org/modules/by-module/Net/
-
-The latest release and information is also available on the libnet web page
-at
-
- http://search.cpan.org/~gbarr/libnet/
+ http://search.cpan.org/dist/libnet/
 
 =head1 Using Net::FTP
 
diff --git a/README b/README
index 25b6c73..67a6846 100644
--- a/README
+++ b/README
@@ -22,15 +22,15 @@ AVAILABILITY
 The latest version of libnet is available from the Comprehensive Perl
 Archive Network (CPAN). To find a CPAN site near you see:
 
-    http://search.cpan.org/~gbarr/libnet/
+    http://search.cpan.org/dist/libnet/
 
-The subversion source repository can be browsed at
+The GitHub source repository can be browsed at
 
-    http://svn.goingon.net/viewvc/libnet/
+    http://github.com/steve-m-hay/perl-libnet
 
-If you have a subversion client, then you can checkout the latest code with
+If you have a Git client, then you can checkout the latest code with
 
-  svn co http://svn.goingon.net/repos/libnet/trunk libnet
+    git clone http://github.com/steve-m-hay/perl-libnet.git
 
 INSTALLATION
 
@@ -93,7 +93,9 @@ SUPPORT
 
 Questions about how to use this library should be directed to the
 comp.lang.perl.modules USENET Newsgroup.  Bug reports and suggestions
-for improvements can be sent to me at <gbarr@pobox.com>.
+for improvements can be reported on the CPAN request tracker at
+
+    http://rt.cpan.org/Dist/Display.html?Name=libnet
 
 Most of the modules in this library have an option to output a debug
 transcript to STDERR. When reporting bugs/problems please, if possible,
@@ -106,4 +108,6 @@ COPYRIGHT
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+Currently maintained by Steve Hay <shay@cpan.org>.
+
 Share and Enjoy!