[SCM] Debian packaging of libpoe-filter-xml-perl branch, master, updated. f185bcc40a956c8c0594d0fdcfc8da0adf420b5d

gregor herrmann gregoa at debian.org
Sun Dec 16 14:34:02 UTC 2012


The following commit has been merged in the master branch:
commit 44be971bd7a647aa947fa49be7e628ca9d5e8285
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 16 15:30:45 2012 +0100

    Add a patch to fix some spelling mistakes.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..62ad7fc
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,58 @@
+Description: some spelling fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82022
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82022
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-12-16
+
+--- a/lib/POE/Filter/XML/Handler.pm
++++ b/lib/POE/Filter/XML/Handler.pm
+@@ -256,7 +256,7 @@
+ 
+     (HashRef $data)
+ 
+-start_element is overriden from the XML::SAX::Base class to provide our custom
++start_element is overridden from the XML::SAX::Base class to provide our custom
+ behavior for dealing with streaming vs. non-streaming data. It builds Nodes
+ then attaches them to either the root node (non-streaming) or as stand-alone
+ top level fragments (streaming) sets them to the current node. Children nodes
+@@ -267,7 +267,7 @@
+ 
+     (HashRef $data)
+ 
+-end_element is overriden from the XML::SAX::Base class to provide our custom
++end_element is overridden from the XML::SAX::Base class to provide our custom
+ behavior for dealing with streaming vs. non-streaming data. Mostly this method
+ is in charge of stack management when the depth of the stack reaches certain
+ points. In streaming documents, this means that top level fragments (not root)
+--- a/lib/POE/Filter/XML/NS.pm
++++ b/lib/POE/Filter/XML/NS.pm
+@@ -109,7 +109,7 @@
+ 
+ =back
+ 
+-Please reference the source file to know which namespaces are explictly
++Please reference the source file to know which namespaces are explicitly
+ supported and exported.
+ 
+ =head1 AUTHOR
+--- a/lib/POE/Filter/XML/Node.pm
++++ b/lib/POE/Filter/XML/Node.pm
+@@ -222,7 +222,7 @@
+ 
+     (Bool $deep)
+ 
+-cloneNode is overriden to carry forward the stream_[end|start] attributes
++cloneNode is overridden to carry forward the stream_[end|start] attributes
+ 
+ =head2 override toString
+ 
+@@ -235,7 +235,7 @@
+ 
+     (ArrayRef $array_of_tuples)
+ 
+-setAttributes() accepts a single arguement: an array reference. Basically you
++setAttributes() accepts a single argument: an array reference. Basically you
+ pair up all the attributes you want to be into the node (ie. [attrib, value])
+ and this method will process them using setAttribute(). This is just a 
+ convenience method.

-- 
Debian packaging of libpoe-filter-xml-perl



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