r65932 - in /trunk/libje-perl/debian/patches: ./ fix-pod-errors.patch series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Dec 17 19:10:28 UTC 2010


Author: dmn
Date: Fri Dec 17 19:10:13 2010
New Revision: 65932

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65932
Log:
add a patch fixing POD errors

Added:
    trunk/libje-perl/debian/patches/
    trunk/libje-perl/debian/patches/fix-pod-errors.patch
    trunk/libje-perl/debian/patches/series

Added: trunk/libje-perl/debian/patches/fix-pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libje-perl/debian/patches/fix-pod-errors.patch?rev=65932&op=file
==============================================================================
--- trunk/libje-perl/debian/patches/fix-pod-errors.patch (added)
+++ trunk/libje-perl/debian/patches/fix-pod-errors.patch Fri Dec 17 19:10:13 2010
@@ -1,0 +1,61 @@
+# Description: Fix errors in embedded documentation (POD)
+# Author: Damyan Ivanov <dmn at debian.org>
+# Forwarded: https://rt.cpan.org/Ticket/Display.html?id=6401
+
+--- 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
+ 
+ 

Added: trunk/libje-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libje-perl/debian/patches/series?rev=65932&op=file
==============================================================================
--- trunk/libje-perl/debian/patches/series (added)
+++ trunk/libje-perl/debian/patches/series Fri Dec 17 19:10:13 2010
@@ -1,0 +1,1 @@
+fix-pod-errors.patch




More information about the Pkg-perl-cvs-commits mailing list