diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-15 15:01:53 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-21 21:41:48 -0700 |
commit | bf654a7f1f540fa13973d0cc70bd9934ffd924f0 (patch) | |
tree | 729cc069cd553c96c6dd30149d8eeb1235ef8049 /lib/CORE.pod | |
parent | 530bea50c0f9b8f2f381af49c3e23abdc6ce19dd (diff) | |
download | perl-bf654a7f1f540fa13973d0cc70bd9934ffd924f0.tar.gz |
Consistent spaces after dots in CORE.pod
Diffstat (limited to 'lib/CORE.pod')
-rw-r--r-- | lib/CORE.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CORE.pod b/lib/CORE.pod index ec6a8047a4..fc356e870f 100644 --- a/lib/CORE.pod +++ b/lib/CORE.pod @@ -47,8 +47,8 @@ C<unlink>, C<unshift>, C<values> =head1 OVERRIDING CORE FUNCTIONS To override a Perl built-in routine with your own version, you need to -import it at compile-time. This can be conveniently achieved with the -C<subs> pragma. This will affect only the package in which you've imported +import it at compile-time. This can be conveniently achieved with the +C<subs> pragma. This will affect only the package in which you've imported the said subroutine: use subs 'chdir'; |