diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-07 13:29:32 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-07 14:38:26 -0700 |
commit | 13058d6734a1146f0910c93c897cabb1fb315975 (patch) | |
tree | ebe67e83ef99dc262b6572142c2d9df63365ac9f /pod/perlsub.pod | |
parent | fdbac266ba9ef2a6f3bed61052973e72dc637ed1 (diff) | |
download | perl-13058d6734a1146f0910c93c897cabb1fb315975.tar.gz |
Removing modules should include updating references
Diffstat (limited to 'pod/perlsub.pod')
-rw-r--r-- | pod/perlsub.pod | 2 |
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 |