[libfile-bom-perl] 02/05: Add a patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Wed Aug 12 18:57:23 UTC 2015


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

gregoa pushed a commit to branch master
in repository libfile-bom-perl.

commit 79c67931ddd71f6867e8bfb88d5de06711e3e65a
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 12 20:54:02 2015 +0200

    Add a patch to fix a spelling mistake in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index aba7ccb..ac610db 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 autopkgtest.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..08b7e14
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-08-12
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106391
+Bug: https://rt.cpan.org/Ticket/Display.html?id=106391
+
+--- a/lib/File/BOM.pm
++++ b/lib/File/BOM.pm
+@@ -234,7 +234,7 @@
+ Opens my_file.txt for reading in an appropriate encoding found from the BOM in
+ that file, or as a UTF-8 file if none is found.
+ 
+-In the absense of a $default_mode argument, the following 2 calls should be equivalent:
++In the absence of a $default_mode argument, the following 2 calls should be equivalent:
+ 
+     open_bom(FH, 'no_bom.txt');
+ 

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



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