summaryrefslogtreecommitdiff
path: root/pod/perlnewmod.pod
diff options
context:
space:
mode:
authorEd J <etj@cpan.org>2014-09-16 07:06:23 +0100
committerFather Chrysostomos <sprout@cpan.org>2014-09-24 21:54:38 -0700
commit69520e41a46ec3b965c16d2280719fe904dc844a (patch)
treebb3991b7fa71d073c9d29ce256ce97510b3cbeca /pod/perlnewmod.pod
parentd48bd569994962e4f87f68fdcd86ddbd6f9ab1f7 (diff)
downloadperl-69520e41a46ec3b965c16d2280719fe904dc844a.tar.gz
perlmod and perlstyle improvements
• Outward links for perlmod • Tweak perlmodstyle version notes • Link perlnewmod to perlmodstyle
Diffstat (limited to 'pod/perlnewmod.pod')
-rw-r--r--pod/perlnewmod.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlnewmod.pod b/pod/perlnewmod.pod
index 7555f974a8..26c4c13979 100644
--- a/pod/perlnewmod.pod
+++ b/pod/perlnewmod.pod
@@ -23,6 +23,9 @@ trying to do, and you've had to write the code yourself, consider
packaging up the solution into a module and uploading it to CPAN so that
others can benefit.
+You should also take a look at L<perlmodstyle> for best practices in
+making a module.
+
=head2 Warning
We're going to primarily concentrate on Perl-only modules here, rather