[SCM] Debian packaging of libstrictures-perl branch, master, updated. debian/1.003000-1-6-g8b81b25

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Apr 9 13:18:16 UTC 2012


The following commit has been merged in the master branch:
commit 5c98ba4261e8b2dd326636c8285a6bab99f9c107
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Apr 9 15:05:01 2012 +0200

    disable_extra_tests.patch, upstream implemented a proper solution

diff --git a/debian/patches/disable_extra_tests.patch b/debian/patches/disable_extra_tests.patch
deleted file mode 100644
index cb70368..0000000
--- a/debian/patches/disable_extra_tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: disable extra tests unless explicitly enabled
- Lack of the extra modules (indirect multidimensional bareword::filehandles) is
- no longer fatal, but now the eval no longer dies and hence the 'strictures
- blows up for t/00load.t' test fails.  This patch causes the extra tests to
- only be run when explicitly requested.
- .
- Debian should drop this patch or enable extra tests once all extra modules are
- available. They should be added to Suggests as well.
-Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=76419
-
---- a/t/strictures.t
-+++ b/t/strictures.t
-@@ -32,7 +32,7 @@
- 
- SKIP: {
-   skip 'Extra tests disabled on perls <= 5.008003', 1
--    if $] < 5.008004;
-+    if $] < 5.008004 or !$ENV{PERL_STRICTURES_EXTRA};
-   local $0 = 't/00load.t';
-   sub Foo::new { 1 }
-   chdir("t/smells-of-vcs");
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ad97025..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-disable_extra_tests.patch

-- 
Debian packaging of libstrictures-perl



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