File: 05_firstlast.diff

package info (click to toggle)
libxml-twig-perl 1%3A3.34-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,036 kB
  • ctags: 806
  • sloc: perl: 18,640; xml: 202; makefile: 18
file content (22 lines) | stat: -rw-r--r-- 912 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- ../orig/libxml-twig-perl-3.34/Twig_pm.slow	2010-01-18 17:20:18.000000000 +0100
+++ d/Twig_pm.slow	2010-02-13 20:04:31.000000000 +0100
@@ -11125,7 +11125,7 @@
 
 =item is_last_child ($optional_condition)
 
-returns true (the element) if the element is the first child of its parent
+returns true (the element) if the element is the last child of its parent
 (optionally that satisfies the C<$optional_condition>)
 
 =item prev_sibling  ($optional_condition)
--- ../orig/libxml-twig-perl-3.34/Twig.pm	2010-01-18 17:26:34.000000000 +0100
+++ d/Twig.pm	2010-02-13 19:35:35.000000000 +0100
@@ -11122,7 +11122,7 @@
 
 =item is_last_child ($optional_condition)
 
-returns true (the element) if the element is the first child of its parent
+returns true (the element) if the element is the last child of its parent
 (optionally that satisfies the C<$optional_condition>)
 
 =item prev_sibling  ($optional_condition)