[SCM] Debian packaging of libmodule-extractuse-perl branch, master, updated. d1cef569b56860b9dd000cb968f9d40b858a3527

gregor herrmann gregoa at debian.org
Sat Feb 18 14:20:50 UTC 2012


The following commit has been merged in the master branch:
commit 3be70ed3b70cacec99a356d502dead55933bf387
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 18 15:15:34 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..8762a92
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: spelling fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=75115
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=75115
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-02-18
+
+--- a/lib/Module/ExtractUse.pm
++++ b/lib/Module/ExtractUse.pm
+@@ -78,7 +78,7 @@
+ Module::ExtractUse assumes the referenced scalar contains the source
+ code.
+ 
+-The code will be stripped from POD (using Pod::Strip) and splitted on ";"
++The code will be stripped from POD (using Pod::Strip) and split on ";"
+ (semicolon). Each statement (i.e. the stuff between two semicolons) is
+ checked by a simple regular expression.
+ 
+@@ -182,7 +182,7 @@
+ If called with an argument, looks up the value of the argument in the
+ hash and returns the number of times it was found during parsing.
+ 
+-This is the prefered accessor.
++This is the preferred accessor.
+ 
+ =cut
+ 

-- 
Debian packaging of libmodule-extractuse-perl



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