Skip Menu |

This queue is for tickets about the Constant-Export-Lazy CPAN distribution.

Report information
The Basics
Id: 116188
Status: resolved
Priority: 0/
Queue: Constant-Export-Lazy

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
On 2016-07-15T16:57:13-04:00, SPROUT wrote: Show quoted text
> See attachment.
Thanks a lot. I applied this patch & released 0.17: https://github.com/avar/constant-export-lazy/commit/3ab81dd600d669ee26ba232771dd81047634d2bc