summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/spelling.patch27
2 files changed, 28 insertions, 0 deletions
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..9d49d36
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: Fix spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa@debian.org>
+Last-Update: 2019-02-22
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=128590
+Bug: https://rt.cpan.org/Ticket/Display.html?id=128590
+
+--- a/lib/Module/Build/Using/PkgConfig.pm
++++ b/lib/Module/Build/Using/PkgConfig.pm
+@@ -130,7 +130,7 @@
+
+ =item alien_version => $version
+
+-If the C<Alien::> module is not available, gives the module verison of it that
++If the C<Alien::> module is not available, gives the module version of it that
+ will be required to provide the F<pkg-config> module of the required version.
+ This gets added to C<requires>.
+
+@@ -476,7 +476,7 @@
+
+ =item *
+
+-Consider futher stealing the various helper methods from L<ExtUtils::CChecker>
++Consider further stealing the various helper methods from L<ExtUtils::CChecker>
+ and possibly splitting this class into a lower "C-using XS modules" and
+ higher-level F<pkg-config>+Alien layer.
+