r27412 - in /trunk/libxml-libxml-perl/debian: changelog patches/fix_manpage_typos

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Nov 28 21:15:07 UTC 2008


Author: gregoa
Date: Fri Nov 28 21:15:03 2008
New Revision: 27412

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27412
Log:
Refresh patch fix_manpage_typos.

Modified:
    trunk/libxml-libxml-perl/debian/changelog
    trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos

Modified: trunk/libxml-libxml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/changelog?rev=27412&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/changelog (original)
+++ trunk/libxml-libxml-perl/debian/changelog Fri Nov 28 21:15:03 2008
@@ -9,6 +9,7 @@
   * Add a debian/repack.sh script that creates the .ds version from the
     upstream tarball: it removes the debian/ directory and the lines
     referencing it in MANIFEST.
+  * Refresh patch fix_manpage_typos.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:34:23 -0300
 

Modified: trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos?rev=27412&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos (original)
+++ trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos Fri Nov 28 21:15:03 2008
@@ -1,6 +1,6 @@
 --- a/lib/XML/LibXML/Node.pod
 +++ b/lib/XML/LibXML/Node.pod
-@@ -20,7 +20,7 @@ XML::LibXML::Node - Abstract Base Class 
+@@ -20,7 +20,7 @@
    $oldnode = $node->replaceChild( $newNode, $oldNode );
    $node->replaceNode($newNode);
    $childnode = $node->appendChild( $childnode );
@@ -9,7 +9,7 @@
    $node = $parent->addNewChild( $nsURI, $name );
    $node->addSibling($newNode);
    $newnode =$node->cloneNode( $deep );
-@@ -143,7 +143,7 @@ section in the L<<<<<< Perl Binding for 
+@@ -146,7 +146,7 @@
    $node->unbindNode();
  
  Unbinds the Node from its siblings and Parent, but not from the Document it
@@ -18,12 +18,12 @@
  after the program terminated. From a low level view, the unbound node is
  stripped from the context it is and inserted into a (hidden) document-fragment.
  
-@@ -364,7 +364,7 @@ Note, that $refNode has to be passed exp
+@@ -367,7 +367,7 @@
    @nodes = $node->findnodes( $xpath_expression );
  
  I<<<<<< findnodes >>>>>> evaluates the xpath expression (XPath 1.0) on the current node and returns the
--resulting node set as an array. In scalar context returns a L<<<<<< XML::LibXML::NodeList|XML::LibXML::NodeList >>>>>> object.
-+resulting node set as an array. In a scalar context returns a L<<<<<< XML::LibXML::NodeList|XML::LibXML::NodeList >>>>>> object.
+-resulting node set as an array. In scalar context returns a L<<<<<< XML::LibXML::NodeList >>>>>> object.
++resulting node set as an array. In a scalar context returns a L<<<<<< XML::LibXML::NodeList >>>>>> object.
  
- I<<<<<< NOTE ON NAMESPACES AND XPATH >>>>>>:
+ The xpath expression can be passed either as a string or or as a L<<<<<< XML::LibXML::XPathExpression >>>>>> object. 
  




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