This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libcarp-assert-perl.
commit 9c9699ffdb58497c3053b491c392832680b3dc77 Author: gregor herrmann <[email protected]> Date: Thu Jun 26 19:22:47 2014 +0200 Drop spelling-errors-in-pod.patch, merged upstream. --- debian/patches/series | 1 - debian/patches/spelling-errors-in-pod.patch | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index e506710..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -spelling-errors-in-pod.patch diff --git a/debian/patches/spelling-errors-in-pod.patch b/debian/patches/spelling-errors-in-pod.patch deleted file mode 100644 index ad3baf6..0000000 --- a/debian/patches/spelling-errors-in-pod.patch +++ /dev/null @@ -1,24 +0,0 @@ -Description: Correct spelling errors in POD -Author: Daniel Lintott <[email protected]> -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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
