summaryrefslogtreecommitdiff
path: root/pod/perlsub.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-07 13:29:32 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-07 14:38:26 -0700
commit13058d6734a1146f0910c93c897cabb1fb315975 (patch)
treeebe67e83ef99dc262b6572142c2d9df63365ac9f /pod/perlsub.pod
parentfdbac266ba9ef2a6f3bed61052973e72dc637ed1 (diff)
downloadperl-13058d6734a1146f0910c93c897cabb1fb315975.tar.gz
Removing modules should include updating references
Diffstat (limited to 'pod/perlsub.pod')
-rw-r--r--pod/perlsub.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsub.pod b/pod/perlsub.pod
index 4c6f401fde..35d34f2eb2 100644
--- a/pod/perlsub.pod
+++ b/pod/perlsub.pod
@@ -1463,7 +1463,7 @@ even need parentheses:
who "am", "i";
ls '-l';
-A more complete example of this is the standard Shell module, which
+A more complete example of this is the Shell module on CPAN, which
can treat undefined subroutine calls as calls to external programs.
Mechanisms are available to help modules writers split their modules