diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-14 23:34:26 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-14 23:34:26 +0000 |
commit | ee580363108be8ac33155650c6c18d2e5cf051f3 (patch) | |
tree | 624481ea9b43b14435199892029f54adfa629ab2 /lib/subs.pm | |
parent | 7b8d334a971230040a212bc5038097b3f600a094 (diff) | |
download | perl-ee580363108be8ac33155650c6c18d2e5cf051f3.tar.gz |
[win32] merge change#904 from maintbranch
p4raw-link: @904 on //depot/maint-5.004/perl: 0af7994b889ad0dfcacb011f16f9e3c77a9292b9
p4raw-id: //depot/win32/perl@975
Diffstat (limited to 'lib/subs.pm')
-rw-r--r-- | lib/subs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subs.pm b/lib/subs.pm index 512bc9be9a..aa332a6785 100644 --- a/lib/subs.pm +++ b/lib/subs.pm @@ -20,7 +20,7 @@ C<use subs> declarations are not BLOCK-scoped. They are thus effective for the entire file in which they appear. You may not rescind such declarations with C<no vars> or C<no subs>. -See L<perlmod/Pragmatic Modules> and L<strict/strict subs>. +See L<perlmodlib/Pragmatic Modules> and L<strict/strict subs>. =cut |