[libimport-into-perl] 03/04: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Tue May 6 17:45:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libimport-into-perl.

commit d78d5a9c1c8bb1c20ff115cdba21462f2e4cb6ae
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 6 19:44:17 2014 +0200

    Add a patch to fix a spelling mistake.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

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..0e31df4
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=95413
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=95413
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-05-06
+
+--- a/README
++++ b/README
+@@ -157,7 +157,7 @@
+       $sub->($thing, @import_args);
+ 
+     And you need to switch between these implementations depending on if you
+-    are targetting a specific package, or something in your call stack.
++    are targeting a specific package, or something in your call stack.
+ 
+     Remembering all this, however, is excessively irritating. So I wrote a
+     module so I didn't have to anymore. Loading Import::Into creates a
+--- a/lib/Import/Into.pm
++++ b/lib/Import/Into.pm
+@@ -214,7 +214,7 @@
+   $sub->($thing, @import_args);
+ 
+ And you need to switch between these implementations depending on if you are
+-targetting a specific package, or something in your call stack.
++targeting a specific package, or something in your call stack.
+ 
+ Remembering all this, however, is excessively irritating. So I wrote a module
+ so I didn't have to anymore. Loading L<Import::Into> creates a global method

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libimport-into-perl.git



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