[libmoose-perl] 04/05: Refresh 0001-Work-around-a-numification-problem-on-ia64.patch (offset).

gregor herrmann gregoa at debian.org
Sun Oct 18 17:00:32 UTC 2015


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

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

commit ca0c7b271eeb5ab8fa178d3247eacbac3b1a7cc1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 18 18:50:24 2015 +0200

    Refresh 0001-Work-around-a-numification-problem-on-ia64.patch (offset).
---
 .../patches/0001-Work-around-a-numification-problem-on-ia64.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch b/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch
index fcc8954..d563e69 100644
--- a/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch
+++ b/debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch
@@ -9,13 +9,13 @@ Bug-Debian: http://bugs.debian.org/588118
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=59478
 Author: Niko Tyni <ntyni at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-10-13
+Last-Update: 2015-10-18
 
 --- a/lib/Moose/Meta/TypeConstraint.pm
 +++ b/lib/Moose/Meta/TypeConstraint.pm
-@@ -233,7 +233,7 @@
- 
-     my $other = Moose::Util::TypeConstraints::find_type_constraint($type_or_name) or return;
+@@ -234,7 +234,7 @@
+     my $other = Moose::Util::TypeConstraints::find_type_constraint($type_or_name);
+     return if not $other;
  
 -    return 1 if $self == $other;
 +    return 1 if (0+$self == 0+$other);

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



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