summaryrefslogtreecommitdiff
path: root/pod/perlmodstyle.pod
diff options
context:
space:
mode:
authorIain Truskett <spoon@cpan.org>2002-07-09 02:50:55 +1000
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-08 12:11:31 +0000
commitccbb3b41ea16d89eb30c068060208b3313b4a11f (patch)
tree7f4b2202d99adfa5c4d17d2ea8a6a94b60153d6b /pod/perlmodstyle.pod
parent9e75ef81e1568429e0c4568e9b0c249c1402730d (diff)
downloadperl-ccbb3b41ea16d89eb30c068060208b3313b4a11f.tar.gz
[DOC PATCH] perlfaq2.pod, perlmodstyle.pod
Message-ID: <20020708065055.GC14168@eh.org> p4raw-id: //depot/perl@17418
Diffstat (limited to 'pod/perlmodstyle.pod')
-rw-r--r--pod/perlmodstyle.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlmodstyle.pod b/pod/perlmodstyle.pod
index 558edcf26a..9431691b80 100644
--- a/pod/perlmodstyle.pod
+++ b/pod/perlmodstyle.pod
@@ -177,6 +177,9 @@ You may not even need to write the module. Check whether it's already
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
+
If an existing module B<almost> does what you want, consider writing a
patch, writing a subclass, or otherwise extending the existing module
rather than rewriting it.