From 13058d6734a1146f0910c93c897cabb1fb315975 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 7 Oct 2011 13:29:32 -0700 Subject: [PATCH] Removing modules should include updating references --- pod/perlsub.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlsub.pod b/pod/perlsub.pod index 4c6f401..35d34f2 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 -- 2.7.4