summary refs log tree commit diff
path: root/pkgs/development/perl-modules/perl-POE-1.367-pod_no404s.patch
blob: 097a7677e517910177d1b3b77a6fa7d7e72c9ee6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
commit 32571a21
Author: Michael Brantley <limeytexan@gmail.com>
Date:   Tue Feb 20 07:07:22 2018 -0500

    Update old URLs referenced in Pod
    
    Remove mention of old URLs, replace mention of canonical SVN repo with
    the new git-based one at github.com.
    
    Resolves bug: https://rt.cpan.org/Public/Bug/Display.html?id=124495

diff --git a/lib/POE.pm b/lib/POE.pm
index 80e7feac..0554ff70 100644
--- a/lib/POE.pm
+++ b/lib/POE.pm
@@ -465,7 +465,7 @@ code snippets there as well.
 The following command will fetch the most current version of POE into
 the "poe" subdirectory:
 
-  svn co https://poe.svn.sourceforge.net/svnroot/poe poe
+  git clone https://github.com/rcaputo/poe.git
 
 =head2 SourceForge
 
@@ -535,18 +535,9 @@ https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=POE
 
 =head2 Repositories and Changes
 
-Thanks to the magic of distributed version control, POE is hosted at
-three locations for redundancy.  You can browse the source at any one
-of:
-
-https://github.com/rcaputo/poe
-
-https://gitorious.org/poe
-
-http://poe.git.sourceforge.net/git/gitweb-index.cgi
-
-Complete change logs can also be browsed at those sites.  They all
-provide RSS news feeds for those who want to follow development in
+You can browse the POE source and complete change logs at
+https://github.com/rcaputo/poe. It also provides an RSS
+news feed for those who want to follow development in
 near-realtime.
 
 =head2 Other Resources