summaryrefslogtreecommitdiff
path: root/pod/perlmod.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/perlmod.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/perlmod.pod')
-rw-r--r--pod/perlmod.pod21
1 files changed, 21 insertions, 0 deletions
diff --git a/pod/perlmod.pod b/pod/perlmod.pod
index f708cc0de5..0ed4bd9134 100644
--- a/pod/perlmod.pod
+++ b/pod/perlmod.pod
@@ -4,6 +4,27 @@ perlmod - Perl modules (packages and symbol tables)
=head1 DESCRIPTION
+=head2 Is this the document you were after?
+
+There are other documents which might contain the information that you're
+looking for:
+
+=over 2
+
+=item This doc
+
+Perl's packages, namespaces, and some info on classes.
+
+=item L<perlnewmod>
+
+Tutorial on making a new module.
+
+=item L<perlmodstyle>
+
+Best practices for making a new module.
+
+=back
+
=head2 Packages
X<package> X<namespace> X<variable, global> X<global variable> X<global>