Skip to content

Commit d658fcc

Browse files
tomhukinsgisle
authored andcommittedApr 23, 2010
Update repository location.
1 parent 1e2e0b1 commit d658fcc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ WriteMakefile(
5858
'Crypt::SSLeay' => 0,
5959
},
6060
resources => {
61-
repository => 'http://gitorious.org/projects/libwww-perl',
61+
repository => 'http://github.com/gisle/libwww-perl',
6262
MailingList => 'mailto:libwww@perl.org',
6363
}
6464
},

‎README

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ The latest version of libwww-perl is available from CPAN:
7575
If you want to hack on the source it might be a good idea to grab the
7676
latest version with git using the command:
7777

78-
git clone git://gitorious.org/libwww-perl/mainline.git lwp
78+
git clone git://github.com/gisle/libwww-perl.git lwp
7979

8080
You can also browse the git repository at:
8181

82-
http://gitorious.org/projects/libwww-perl
82+
http://github.com/gisle/libwww-perl
8383

8484

8585
COPYRIGHT

‎lib/LWP.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ modify it under the same terms as Perl itself.
646646
The latest version of this library is likely to be available from CPAN
647647
as well as:
648648
649-
http://gitorious.org/projects/libwww-perl
649+
http://github.com/gisle/libwww-perl
650650
651651
The best place to discuss this code is on the <libwww@perl.org>
652652
mailing list.

0 commit comments

Comments
 (0)