[libtest-simple-perl] 03/04: drop perl5.18.tests patch, no longer needed

Damyan Ivanov dmn at alioth.debian.org
Fri Oct 18 19:06:59 UTC 2013


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

dmn pushed a commit to branch master
in repository libtest-simple-perl.

commit 79363338b796c55a5b87052927d45578c37ddd5c
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Oct 18 19:03:49 2013 +0000

    drop perl5.18.tests patch, no longer needed
---
 debian/changelog              |    1 +
 debian/patches/perl5.18.tests |   72 -----------------------------------------
 debian/patches/series         |    1 -
 3 files changed, 1 insertion(+), 73 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9f8a273..11660b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libtest-simple-perl (0.99-1) unstable; urgency=low
 
   * New upstream release
+  * drop perl5.18.tests patch, no longer needed
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 18 Oct 2013 21:53:09 +0300
 
diff --git a/debian/patches/perl5.18.tests b/debian/patches/perl5.18.tests
deleted file mode 100644
index b9ff283..0000000
--- a/debian/patches/perl5.18.tests
+++ /dev/null
@@ -1,72 +0,0 @@
-Origin: perl.git, http://perl5.git.perl.org/perl.git/commit/7156e69abfd37267e85105c6ec0c449ce4e41523
-Bug-Debian: http://bugs.debian.org/711268
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-08-12
-Applied-Upstream: Test-Simple 0.98_04
-Comment: we're taking only the part concerning the test file here
-
-
-From 7156e69abfd37267e85105c6ec0c449ce4e41523 Mon Sep 17 00:00:00 2001
-From: Father Chrysostomos <sprout at cpan.org>
-Date: Thu, 20 Sep 2012 08:56:38 -0700
-Subject: [PATCH] [perl #105922] Allow any string before ->meth
-MIME-Version: 1.0
-Content-Type: text/plain; charset=utf8
-Content-Transfer-Encoding: 8bit
-
-The rules for filtering out what do not look like package names are
-not logical and disallow valid things like "::main", while allowing
-q"_#@*$!@*^(".
-
-This commit simply lets any non-empty string be used as a package
-name.  If it is a typo, you'll get an error anyway.  This allows
-autobox-style calls like "3foo"->CORE::uc, or even "3foo"->uc if you
-set up @ISA first.
-
-I made an exception for the empty string because it messes up caches
-somehow and causes subsequent method calls all to be called on the
-main package.  I haven't looked into that yet.  I don't know whether
-it's worth it.
-
-The changes to the tests in cpan/Test-Simple have been submit-
-ted upstream.
----
- cpan/Test-Simple/t/fail-more.t | 12 ++++++------
- pp_hot.c                       | 16 ++++++----------
- t/op/method.t                  | 14 +++++++++++++-
- t/run/fresh_perl.t             |  2 +-
- 4 files changed, 26 insertions(+), 18 deletions(-)
-
-diff --git a/cpan/Test-Simple/t/fail-more.t b/cpan/Test-Simple/t/fail-more.t
-index 0fc6a71..72b5a51 100644
---- a/t/fail-more.t
-+++ b/t/fail-more.t
-@@ -248,22 +248,22 @@ ERR
- 
- #line 248
- isa_ok(42,    "Wibble", "My Wibble");
--out_ok( <<OUT, <<ERR );
-+out_like( <<OUT, <<ERR );
- not ok - My Wibble isa Wibble
- OUT
- #   Failed test 'My Wibble isa Wibble'
- #   at $0 line 248.
--#     My Wibble isn't a class or reference
-+#     My Wibble isn't a .*
- ERR
- 
- #line 248
- isa_ok(42,    "Wibble");
--out_ok( <<OUT, <<ERR );
--not ok - The thing isa Wibble
-+out_like( <<OUT, <<ERR );
-+not ok - The (thing|class) isa Wibble
- OUT
--#   Failed test 'The thing isa Wibble'
-+#   Failed test 'The (thing|class) isa Wibble'
- #   at $0 line 248.
--#     The thing isn't a class or reference
-+#     The (thing|class) isn't a .*
- ERR
- 
- #line 258
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1765f5d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-perl5.18.tests

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



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