From bcd2f94d466eeb9e6cc7bd28f0f7ec6e686edbcd Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Tue, 6 Aug 2013 14:26:14 +0100 Subject: Add new maintainer information, with updated CPAN and GitHub links --- Makefile.PL | 2 +- Net/libnetFAQ.pod | 17 ++++++++--------- README | 16 ++++++++++------ 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 . + =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 . +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 . + Share and Enjoy! -- cgit v1.2.3-24-ge0c7