[libwww-shorten-perl] 05/09: Refresh patch network_tests.patch.

gregor herrmann gregoa at debian.org
Sat Aug 24 13:03:03 UTC 2013


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

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

commit b74e1618824f523f942e3e0eec66bfe3e0a7f4bd
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 24 14:58:24 2013 +0200

    Refresh patch network_tests.patch.
---
 debian/patches/network_tests.patch |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/network_tests.patch b/debian/patches/network_tests.patch
index 964f048..a814388 100644
--- a/debian/patches/network_tests.patch
+++ b/debian/patches/network_tests.patch
@@ -1,7 +1,7 @@
 Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Subject: skipping tests that depend on the netork
 Forwarded: not-needed
-Last-Update: 2011-11-24
+Last-Update: 2013-08-24
 --- a/t/metamark.t
 +++ b/t/metamark.t
 @@ -2,6 +2,9 @@
@@ -16,7 +16,7 @@ Last-Update: 2011-11-24
  ok((defined $short), 'Reasonable response');
 @@ -16,3 +19,5 @@
  ok($@);
- eval { &makealongerlink() };
+ eval { makealongerlink() };
  ok($@);
 +
 +}
@@ -36,7 +36,7 @@ Last-Update: 2011-11-24
  my ($code) = $return =~ /(\w+)$/;
 @@ -14,3 +19,5 @@
  ok($@, 'makeashorterlink fails with no args');
- eval { &makealongerlink() };
+ eval { makealongerlink() };
  ok($@, 'makealongerlink fails with no args');
 +
 +}

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



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