[SCM] Debian packaging of Validation-Class CPAN distribution branch, master, updated. debian/7.13-1-5-gd7332fa
Salvatore Bonaccorso
carnil at debian.org
Fri May 18 06:46:58 UTC 2012
The following commit has been merged in the master branch:
commit 7c703ba3d647c9b1b05384e064ac858bdf069b81
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Fri May 18 08:14:16 2012 +0200
Drop spelling-error.diff patch
Patch was applied upstream.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 69ca1e7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling-error.diff
diff --git a/debian/patches/spelling-error.diff b/debian/patches/spelling-error.diff
deleted file mode 100644
index bc8b91b..0000000
--- a/debian/patches/spelling-error.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Fixing man page
-Bug: https://rt.cpan.org/Ticket/Display.html?id=72753
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72753
-Author: Fabrizio Regalli <fabreg at fabreg.it>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Reviewed-by: Fabrizio Regalli <fabreg at fabreg.it>
-Last-Update: 2012-05-03
-
---- a/lib/Validation/Class/Prototype.pm
-+++ b/lib/Validation/Class/Prototype.pm
-@@ -2995,7 +2995,7 @@
-
- $self = $self->apply_filters;
-
-- # apply filters to fields labeled as "dont filter automatically" (post)
-+ # apply filters to fields labeled as "don't filter automatically" (post)
- $self = $self->apply_filters('post');
-
- =head2 class
-@@ -3184,7 +3184,7 @@
- my ($name, $email, $login, $password) =
- $self->get_params(qw/name email login password/);
-
-- # you should note that if the params dont exist they will return undef
-+ # you should note that if the params don't exist they will return undef
- # ... meaning you should check that it is defined before doing any
- # comparison checking -- as doing so would generate an error
- # e.g.
--
Debian packaging of Validation-Class CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list