r60945 - 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
Sat Jul 31 07:52:58 UTC 2010


Author: jozef-guest
Date: Sat Jul 31 07:52:33 2010
New Revision: 60945

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60945
Log:
reverting debian/patches/pod-fixes from the source

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=60945&op=diff
==============================================================================
--- trunk/xacobeo/lib/Xacobeo/Error.pm (original)
+++ trunk/xacobeo/lib/Xacobeo/Error.pm Sat Jul 31 07:52:33 2010
@@ -17,7 +17,7 @@
 =head1 DESCRIPTION
 
 This package provides a very simple, perhpaps too simple, error wrapper. This
-errors are meant to be used as exceptions.
+errors are ment 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=60945&op=diff
==============================================================================
--- trunk/xacobeo/lib/Xacobeo/UI/Window.pm (original)
+++ trunk/xacobeo/lib/Xacobeo/UI/Window.pm Sat Jul 31 07:52:33 2010
@@ -40,7 +40,7 @@
 
 =head2 xpath-entry
 
-The entry where the XPath expression will be edited.
+The entry where the XPath expresion 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=60945&op=diff
==============================================================================
--- trunk/xacobeo/lib/Xacobeo/XS.pm (original)
+++ trunk/xacobeo/lib/Xacobeo/XS.pm Sat Jul 31 07:52:33 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