Skip Menu |

This queue is for tickets about the JE CPAN distribution.

Report information
The Basics
Id: 64015
Status: resolved
Priority: 0/
Queue: JE

People
Owner: Nobody in particular
Requestors: dam [...] cpan.org
Cc:
AdminCc:

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



Subject: POD errors
Hi, Here is a patch fixing errors in JE's POD. They are fairly minor and straight-forward to fix. Thanks for considering.
Subject: fix-pod-errors.patch
# Description: Fix errors in embedded documentation (POD) # Author: Damyan Ivanov <dmn@debian.org> --- a/lib/JE.pm +++ b/lib/JE.pm @@ -1001,6 +1001,8 @@ sub false { $${+shift}{f} } (This method can create a potential security hole. Please see L</BUGS>, below.) +=back + =head2 Synopsis $j->bind_class( @@ -2030,7 +2032,7 @@ sub bind_class { return # nothing } - +=over =item $j->new_parser @@ -2121,6 +2123,8 @@ The spec. states that, whenever it (the SyntaxError, an implementation may provide other behaviour instead. Here are some instances of this: +=over + =item * C<return> may be used outside a function. It's like an 'exit' statement, --- a/lib/JE/Scope.pm +++ b/lib/JE/Scope.pm @@ -122,6 +122,8 @@ The variable object is the first object stack) that is a call object, or C<< $scope->[0] >> if no call object is found. +=back + =head1 CONSTRUCTOR None. Just bless an array reference. You should not need to do @@ -130,12 +132,16 @@ classes. =head1 SEE ALSO +=over + =item L<JE> =item L<JE::LValue> =item L<JE::Object::Function> +=back + =cut
On Fri Dec 17 14:08:46 2010, DAM wrote: Show quoted text
> Hi, > > Here is a patch fixing errors in JE's POD. They are fairly minor and > straight-forward to fix. > > Thanks for considering.
Thank you. I’ll put those corrections in the next release.
These corrections have now made their way into version 0.055. Thank you.