diff options
author | Ed J <etj@cpan.org> | 2014-09-16 07:06:23 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-24 21:54:38 -0700 |
commit | 69520e41a46ec3b965c16d2280719fe904dc844a (patch) | |
tree | bb3991b7fa71d073c9d29ce256ce97510b3cbeca /pod/perlnewmod.pod | |
parent | d48bd569994962e4f87f68fdcd86ddbd6f9ab1f7 (diff) | |
download | perl-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.pod | 3 |
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 |