summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2014-12-18 11:17:56 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-18 14:45:54 -0800
commit4eea8a8bce5fd908572c50464cc4216df1f0bc57 (patch)
treeba9ff7742f4511ec0375308946bde62cc5b9d957 /pod
parente9d2bd8a490981edfc4ddabb5889ca0e86f29e29 (diff)
downloadperl-4eea8a8bce5fd908572c50464cc4216df1f0bc57.tar.gz
include reference to metacpan.org; refer to the module-authors list instead of modules, and include a link to the subscription page
Diffstat (limited to 'pod')
-rw-r--r--pod/perlmodstyle.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perlmodstyle.pod b/pod/perlmodstyle.pod
index 71ca30bcf5..d6111d059d 100644
--- a/pod/perlmodstyle.pod
+++ b/pod/perlmodstyle.pod
@@ -178,7 +178,9 @@ been done in Perl, and avoid re-inventing the wheel unless you have a
good reason.
Good places to look for pre-existing modules include
-http://search.cpan.org/ and asking on modules@perl.org
+L<http://search.cpan.org/> and L<https://metacpan.org>
+and asking on C<module-authors@perl.org>
+(L<http://lists.perl.org/list/module-authors.html>).
If an existing module B<almost> does what you want, consider writing a
patch, writing a subclass, or otherwise extending the existing module