Subject: | [PATCH] More pod fixes |
See attachment.
Subject: | open_gbdMKE4p.txt |
diff -rup Constant-Export-Lazy-0.16-hfTAoS-orig/lib/Constant/Export/Lazy.pm Constant-Export-Lazy-0.16-hfTAoS/lib/Constant/Export/Lazy.pm
--- Constant-Export-Lazy-0.16-hfTAoS-orig/lib/Constant/Export/Lazy.pm 2016-07-14 08:29:52.000000000 -0700
+++ Constant-Export-Lazy-0.16-hfTAoS/lib/Constant/Export/Lazy.pm 2016-07-15 13:52:25.000000000 -0700
@@ -443,7 +443,7 @@ Constant::Export::Lazy - Utility to writ
=head1 SYNOPSIS
-This as an example of a C<My::Constants> package that you can write
+This is an example of a C<My::Constants> package that you can write
using C<Constant::Export::Lazy> that demonstrates most of its main
features. This is from the file F<t/lib/My/Constants.pm> in the source
distro:
@@ -760,8 +760,8 @@ structure you can pass in:
This is a key-value pair list of constant names to either a subroutine
or a hash with L</call> and optional L<options|/options
(local)>. Internally we just convert the former type of call into the
-latter, i.e. C<<CONST => sub {...}>> becomes C<<CONST => { call => sub {
-... } }>>.
+latter, i.e. C<< CONST => sub {...} >> becomes
+C<< CONST => { call => sub { ... } } >>.
=head3 call