[libbot-basicbot-perl] 02/18: Import Debian changes 0.7-2

Nick Morrott nickm-guest at moszumanska.debian.org
Sat Aug 26 01:42:32 UTC 2017


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

nickm-guest pushed a commit to branch master
in repository libbot-basicbot-perl.

commit ad6e1b9415db1674688c2b36bc7bc269ef556198
Author: Stephen Gran <sgran at debian.org>
Date:   Mon Aug 4 02:27:37 2008 +0100

    Import Debian changes 0.7-2
    
    libbot-basicbot-perl (0.7-2) unstable; urgency=low
    
      * Disable net based tests (closes: #493437)
---
 debian/changelog |  6 ++++++
 t/connect.t      | 10 ++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d01b8b..c50e024 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libbot-basicbot-perl (0.7-2) unstable; urgency=low
+
+  * Disable net based tests (closes: #493437)
+
+ -- Stephen Gran <sgran at debian.org>  Mon, 04 Aug 2008 02:27:37 +0100
+
 libbot-basicbot-perl (0.7-1) unstable; urgency=low
 
   * Initial Release.
diff --git a/t/connect.t b/t/connect.t
index 54c4791..bf8b888 100644
--- a/t/connect.t
+++ b/t/connect.t
@@ -6,10 +6,12 @@ use Test::More;
 use lib qw(lib t/lib);
 
 require IO::Socket;
-my $s = IO::Socket::INET->new(
-  PeerAddr => "irc.perl.org:80",
-  Timeout  => 10,
-);
+#my $s = IO::Socket::INET->new(
+#  PeerAddr => "irc.perl.org:80",
+#  Timeout  => 10,
+#);
+
+my $s;
 
 if ($s) {
   close($s);

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



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