[libcarp-assert-perl] 04/05: Add patch to correct spelling errors in POD

Daniel Lintott dlintott-guest at moszumanska.debian.org
Thu Apr 24 20:24:47 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libcarp-assert-perl.

commit 66b6174024a6549e924a09a024f9d5c11ae1ae57
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Thu Apr 24 21:14:44 2014 +0100

    Add patch to correct spelling errors in POD
---
 debian/patches/series                       |  1 +
 debian/patches/spelling-errors-in-pod.patch | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e506710
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-errors-in-pod.patch
diff --git a/debian/patches/spelling-errors-in-pod.patch b/debian/patches/spelling-errors-in-pod.patch
new file mode 100644
index 0000000..ad3baf6
--- /dev/null
+++ b/debian/patches/spelling-errors-in-pod.patch
@@ -0,0 +1,24 @@
+Description: Correct spelling errors in POD
+Author: Daniel Lintott <daniel at serverb.co.uk>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=95017
+Last-Update: 2014-04-24
+--- a/lib/Carp/Assert.pm
++++ b/lib/Carp/Assert.pm
+@@ -133,7 +133,7 @@
+ assert.h.  If you're already familiar with assert.h, then you can
+ probably skip this and go straight to the FUNCTIONS section.
+ 
+-Assertions are the explict expressions of your assumptions about the
++Assertions are the explicit expressions of your assumptions about the
+ reality your program is expected to deal with, and a declaration of
+ those which it is not.  They are used to prevent your program from
+ blissfully processing garbage inputs (garbage in, garbage out becomes
+@@ -478,7 +478,7 @@
+ Forgetting the C<if DEBUG> on an C<affirm()> is not so bad.  While you
+ still have the overhead of calling a subroutine (one that does
+ nothing) it will B<not> evaluate its code block and that can save
+-alot.
++a lot.
+ 
+ Try to remember the B<if DEBUG>.
+ 

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



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