Patch attached.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
diff -u libnet-jabber-perl-2.0/debian/changelog libnet-jabber-perl-2.0/debian/changelog
--- libnet-jabber-perl-2.0/debian/changelog
+++ libnet-jabber-perl-2.0/debian/changelog
@@ -1,3 +1,12 @@
+libnet-jabber-perl (2.0-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with perl 5.14 with our patched t/2_client.t: skip tests
+    in the Test::More 'use' line rather than later, so that it takes
+    effect before the use_ok in the BEGIN block
+
+ -- Dominic Hargreaves <d...@earth.li>  Tue, 02 Aug 2011 19:04:50 +0100
+
 libnet-jabber-perl (2.0-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u libnet-jabber-perl-2.0/debian/patches/20disable_networking_tests.dpatch libnet-jabber-perl-2.0/debian/patches/20disable_networking_tests.dpatch
--- libnet-jabber-perl-2.0/debian/patches/20disable_networking_tests.dpatch
+++ libnet-jabber-perl-2.0/debian/patches/20disable_networking_tests.dpatch
@@ -8,12 +8,10 @@
 
 --- libnet-jabber-perl-2.0.orig/t/2_client.t	2006-08-06 18:54:13.277248432 +0200
 +++ libnet-jabber-perl-2.0/t/2_client.t	2006-08-06 18:54:30.804583872 +0200
-@@ -1,5 +1,7 @@
+@@ -1,5 +1,5 @@
  use lib "t/lib";
 -use Test::More tests=>5;
-+use Test::More;
-+
-+plan skip_all => 'Disabled for the Debian build';
++use Test::More skip_all => 'Disabled for the Debian build';
  
  BEGIN{ use_ok( "Net::Jabber" ); }
  

Reply via email to