[SCM] Debian packaging of libany-moose-perl branch, master, updated. 4c6f590a77e8510099f2b6c4708efa9e1c27d6d1

Alessandro Ghedini al3xbio at gmail.com
Sat Sep 17 10:48:14 UTC 2011


The following commit has been merged in the master branch:
commit b35adddafc59c92514e1b549ecd21098b3123125
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Sat Sep 17 12:06:44 2011 +0200

    Drop fix-eval-check.patch (merged upstream)

diff --git a/debian/patches/fix-eval-check.patch b/debian/patches/fix-eval-check.patch
deleted file mode 100644
index 43b3902..0000000
--- a/debian/patches/fix-eval-check.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: This patche fixes the eval check for Mouse and MouseX::Types
- in the x-modules-mouse test:
-  * The require function, unlike use, does not support versioned inclusion
-  * The eval function does not return any value. The error check must be
-    done using the $@ variable
-Origin: vendor
-Forwarded: no
-Author: Alessandro Ghedini <al3xbio at gmail.com>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-05-12
-
---- a/t/004-x-modules-mouse.t
-+++ b/t/004-x-modules-mouse.t
-@@ -6,7 +6,8 @@
- BEGIN { delete $ENV{ANY_MOOSE} }
- 
- BEGIN {
--    plan skip_all => 'Mouse or MouseX::Types 0.03 not available' unless eval "require Mouse; require MouseX::Types 0.03;";
-+    eval "use Mouse; use MouseX::Types 0.03;";
-+    plan skip_all => 'Mouse or MouseX::Types 0.03 not available' if $@;
-     plan tests => 2;
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b406f9d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-eval-check.patch

-- 
Debian packaging of libany-moose-perl



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