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