Hi,

I have attached a couple of documentation patches to update the
location of LWP's git repository and provide links to related
documents.

Tom
>From dd6dccf838a9782bc5a926978e42c3b3d122874d Mon Sep 17 00:00:00 2001
From: Tom Hukins <t...@eborcom.com>
Date: Wed, 24 Feb 2010 15:43:29 +0000
Subject: [PATCH 1/2] Link to referenced documentation.

---
 lib/LWP.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/LWP.pm b/lib/LWP.pm
index e203d95..cb19cc7 100644
--- a/lib/LWP.pm
+++ b/lib/LWP.pm
@@ -554,9 +554,9 @@ The following modules provide various functions and 
definitions.
 =head1 MORE DOCUMENTATION
 
 All modules contain detailed information on the interfaces they
-provide.  The I<lwpcook> manpage is the libwww-perl cookbook that contain
+provide.  The L<lwpcook> manpage is the libwww-perl cookbook that contain
 examples of typical usage of the library.  You might want to take a
-look at how the scripts C<lwp-request>, C<lwp-rget> and C<lwp-mirror>
+look at how the scripts L<lwp-request>, L<lwp-rget> and L<lwp-mirror>
 are implemented.
 
 =head1 ENVIRONMENT
-- 
1.6.6.1

>From 9d53c40389e55683603d925f02fde16fb4603e24 Mon Sep 17 00:00:00 2001
From: Tom Hukins <t...@eborcom.com>
Date: Thu, 25 Feb 2010 08:50:04 +0000
Subject: [PATCH 2/2] Update repository location.

---
 Makefile.PL |    2 +-
 README      |    4 ++--
 lib/LWP.pm  |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 8855937..8f3baf2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -58,7 +58,7 @@ WriteMakefile(
             'Crypt::SSLeay' => 0,
         },
        resources => {
-            repository => 'http://gitorious.org/projects/libwww-perl',
+            repository => 'http://github.com/gisle/libwww-perl',
            MailingList => 'mailto:libwww@perl.org',
         }
     },
diff --git a/README b/README
index d09983a..0733b43 100644
--- a/README
+++ b/README
@@ -75,11 +75,11 @@ The latest version of libwww-perl is available from CPAN:
 If you want to hack on the source it might be a good idea to grab the
 latest version with git using the command:
 
-     git clone git://gitorious.org/libwww-perl/mainline.git lwp
+     git clone git://github.com/gisle/libwww-perl.git lwp
 
 You can also browse the git repository at:
 
-     http://gitorious.org/projects/libwww-perl
+     http://github.com/gisle/libwww-perl
 
 
 COPYRIGHT
diff --git a/lib/LWP.pm b/lib/LWP.pm
index cb19cc7..4383c2f 100644
--- a/lib/LWP.pm
+++ b/lib/LWP.pm
@@ -646,7 +646,7 @@ modify it under the same terms as Perl itself.
 The latest version of this library is likely to be available from CPAN
 as well as:
 
-  http://gitorious.org/projects/libwww-perl
+  http://github.com/gisle/libwww-perl
 
 The best place to discuss this code is on the <libwww@perl.org>
 mailing list.
-- 
1.6.6.1

Reply via email to