[SCM] Debian packaging of Devel-Declare-Parser CPAN distribution branch, master, updated. b652b9eb28e783267ca755fdbdf77fd70a3e1b3d

gregor herrmann gregoa at debian.org
Sun Dec 16 16:44:04 UTC 2012


The following commit has been merged in the master branch:
commit b876e597c5184fe125595398145aae47656ef7e7
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 16 17:38:07 2012 +0100

    add spelling patch

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..ce35cd5
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,65 @@
+Description: spelling fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82026
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82026
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-12-16
+
+--- a/README
++++ b/README
+@@ -4,7 +4,7 @@
+ DESCRIPTION
+     Devel-Declare-Parser is a higher-level API sitting on top of
+     Devel::Declare. It is used by Devel::Declare::Exporter to simplify
+-    exporting of Devel::Declare magic. Writing custom parsers usualy only
++    exporting of Devel::Declare magic. Writing custom parsers usually only
+     requires subclassing this module and overriding a couple methods.
+ 
+ DOCUMENTATION
+@@ -81,7 +81,7 @@
+ 
+   "PARTS"
+     'Parts' are datastructures created by the parse() method. Every argument
+-    on the line (space seperated) up until an opening curly brace ({) or a
++    on the line (space separated) up until an opening curly brace ({) or a
+     semicolon (;) will be turned into a part. Here are the parts to expect:
+ 
+     Parts will either be a plain string, or an arrayref containing a string
+@@ -378,7 +378,7 @@
+     peek_word()
+ 
+   PRIVATE METHODS
+-    Do not use these, and definately do not override them in a subclass.
++    Do not use these, and definitely do not override them in a subclass.
+ 
+     _block_end_injection()
+     _debug()
+--- a/lib/Devel/Declare/Parser.pm
++++ b/lib/Devel/Declare/Parser.pm
+@@ -572,7 +572,7 @@
+ 
+ Devel-Declare-Parser is a higher-level API sitting on top of L<Devel::Declare>.
+ It is used by L<Devel::Declare::Exporter> to simplify exporting of
+-L<Devel::Declare> magic. Writing custom parsers usualy only requires
++L<Devel::Declare> magic. Writing custom parsers usually only requires
+ subclassing this module and overriding a couple methods.
+ 
+ =head1 DOCUMENTATION
+@@ -676,7 +676,7 @@
+ =head2 "PARTS"
+ 
+ 'Parts' are datastructures created by the parse() method. Every argument on the
+-line (space seperated) up until an opening curly brace ({) or a semicolon (;)
++line (space separated) up until an opening curly brace ({) or a semicolon (;)
+ will be turned into a part. Here are the parts to expect:
+ 
+ Parts will either be a plain string, or an arrayref containing a string and the
+@@ -1073,7 +1073,7 @@
+ 
+ =head2 PRIVATE METHODS
+ 
+-Do not use these, and definately do not override them in a subclass.
++Do not use these, and definitely do not override them in a subclass.
+ 
+ =over 4
+ 

-- 
Debian packaging of Devel-Declare-Parser CPAN distribution



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