aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl/fixes/cpan_web_link.diff
blob: e5069e78ae932dfc200280f45e4ede180b5134bd (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
25
26
27
From 531f0bae1b89e63b3c77b39e8cdbb85485735212 Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves <dom@earth.li>
Date: Sat, 30 Apr 2016 23:13:34 +0100
Subject: [PATCH] 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
Patch-Name: fixes/cpan_web_link.diff

---
 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 4f02850..088cf61 100644
--- a/cpan/CPAN/lib/CPAN.pm
+++ b/cpan/CPAN/lib/CPAN.pm
@@ -3981,6 +3981,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.