r56114 - in /trunk/xacobeo/lib/Xacobeo: Error.pm UI/Window.pm XS.pm

jozef-guest at users.alioth.debian.org jozef-guest at users.alioth.debian.org
Thu Apr 15 06:55:26 UTC 2010


Author: jozef-guest
Date: Thu Apr 15 06:54:54 2010
New Revision: 56114

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56114
Log:
applying debian/patches/pod-fixes to the source - 3.0 (quilt)

Modified:
    trunk/xacobeo/lib/Xacobeo/Error.pm
    trunk/xacobeo/lib/Xacobeo/UI/Window.pm
    trunk/xacobeo/lib/Xacobeo/XS.pm

Modified: trunk/xacobeo/lib/Xacobeo/Error.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/xacobeo/lib/Xacobeo/Error.pm?rev=56114&op=diff
==============================================================================
--- trunk/xacobeo/lib/Xacobeo/Error.pm (original)
+++ trunk/xacobeo/lib/Xacobeo/Error.pm Thu Apr 15 06:54:54 2010
@@ -17,7 +17,7 @@
 =head1 DESCRIPTION
 
 This package provides a very simple, perhpaps too simple, error wrapper. This
-errors are ment to be used as exceptions.
+errors are meant to be used as exceptions.
 
 =head1 METHODS
 

Modified: trunk/xacobeo/lib/Xacobeo/UI/Window.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/xacobeo/lib/Xacobeo/UI/Window.pm?rev=56114&op=diff
==============================================================================
--- trunk/xacobeo/lib/Xacobeo/UI/Window.pm (original)
+++ trunk/xacobeo/lib/Xacobeo/UI/Window.pm Thu Apr 15 06:54:54 2010
@@ -40,7 +40,7 @@
 
 =head2 xpath-entry
 
-The entry where the XPath expresion will be edited.
+The entry where the XPath expression will be edited.
 
 =head2 statusbar
 

Modified: trunk/xacobeo/lib/Xacobeo/XS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/xacobeo/lib/Xacobeo/XS.pm?rev=56114&op=diff
==============================================================================
--- trunk/xacobeo/lib/Xacobeo/XS.pm (original)
+++ trunk/xacobeo/lib/Xacobeo/XS.pm Thu Apr 15 06:54:54 2010
@@ -61,7 +61,7 @@
 The node to display in the the text view. Must be an instance of
 L<XML::LibXML::Node>.
 
-=item $namespaces
+=item * $namespaces
 
 The namespaces declared in the document. Must be an hash ref where the keys are
 the URIs and the values the prefixes of the namespaces.
@@ -97,7 +97,7 @@
 The node to display in the the tree view. Must be an instance of
 L<XML::LibXML::Node>.
 
-=item $namespaces
+=item * $namespaces
 
 The namespaces declared in the document. Must be an hash ref where the keys are
 the URIs and the values the prefixes of the namespaces.
@@ -152,7 +152,7 @@
 The node for which the path has to be computed. Must be an instance of
 L<XML::LibXML::Node>.
 
-=item $namespaces
+=item * $namespaces
 
 The namespaces declared in the document. Must be an hash ref where the keys are
 the URIs and the values the prefixes of the namespaces.




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