summaryrefslogtreecommitdiff
path: root/debian/patches/fixes/cpan_web_link.diff
blob: 958e1bc14a4100125478e6496cfbc6fd389f7e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Dominic Hargreaves <dom@earth.li>
Date: Sat, 30 Apr 2016 23:13:34 +0100
Subject: CPAN: Add link to main CPAN web site

Bug: https://github.com/andk/cpanpm/pull/96
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367291
---
 cpan/CPAN/lib/CPAN.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cpan/CPAN/lib/CPAN.pm b/cpan/CPAN/lib/CPAN.pm
index 0c9b9f5..3f30a83 100644
--- a/cpan/CPAN/lib/CPAN.pm
+++ b/cpan/CPAN/lib/CPAN.pm
@@ -3992,6 +3992,9 @@ your operating system) then typing C<cpan> in a console window will
 work for you as well. Above that the utility provides several
 commandline shortcuts.
 
+The main CPAN website, which includes general information about the
+service, is at L<http://www.cpan.org/>.
+
 melezhik (Alexey) sent me a link where he published a chef recipe to
 work with CPAN.pm: http://community.opscode.com/cookbooks/cpan.