Consistent spaces after dots in CORE.pod
authorFather Chrysostomos <sprout@cpan.org>
Tue, 15 May 2012 22:01:53 +0000 (15:01 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 04:41:48 +0000 (21:41 -0700)
lib/CORE.pod

index ec6a804..fc356e8 100644 (file)
@@ -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';