[SCM] Debian packaging of Exporter-Declare CPAN distribution branch, master, updated. 9266a399b9ab0ad94bc49c802abb7cd17ccae8a6

gregor herrmann gregoa at debian.org
Sun Dec 16 15:35:28 UTC 2012


The following commit has been merged in the master branch:
commit 930b3f127e6a77f77b24fea18723ed3dbec97b43
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 16 16:33:12 2012 +0100

    add a 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..fddd137
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,23 @@
+Description: spelling fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82024
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82024
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-12-16
+
+--- a/lib/Exporter/Declare/Meta.pm
++++ b/lib/Exporter/Declare/Meta.pm
+@@ -272,11 +272,11 @@
+ 
+ =item $bool = $meta->is_option( $name )
+ 
+-Check if the specifed name is an option.
++Check if the specified name is an option.
+ 
+ =item $bool = $meta->is_argument( $name )
+ 
+-Check if the specifed name is an option that takes an argument.
++Check if the specified name is an option that takes an argument.
+ 
+ =item $meta->add_parser( $name, sub { ... })
+ 

-- 
Debian packaging of Exporter-Declare CPAN distribution



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