This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9d2bd8
)
include reference to metacpan.org; refer to the module-authors list instead of module...
author
Karen Etheridge
<ether@cpan.org>
Thu, 18 Dec 2014 19:17:56 +0000
(11:17 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 18 Dec 2014 22:45:54 +0000
(14:45 -0800)
pod/perlmodstyle.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlmodstyle.pod
b/pod/perlmodstyle.pod
index
71ca30b
..
d6111d0
100644
(file)
--- 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