Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.11.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 7379c3e..7f34954 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Test::TCP

+1.11
+
+    - localize $@ in Test::TCP::DESTROY
+
 1.10

     - added Test::TCP->stop method
  • Loading branch information
tokuhirom committed Dec 21, 2010
1 parent f69ef78 commit 8a66553
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Test::TCP

1.11

- localize $@ in Test::TCP::DESTROY

1.10

- added Test::TCP->stop method
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/TCP.pm
Expand Up @@ -2,7 +2,7 @@ package Test::TCP;
use strict;
use warnings;
use 5.00800;
our $VERSION = '1.10';
our $VERSION = '1.11';
use base qw/Exporter/;
use IO::Socket::INET;
use Test::SharedFork 0.12;
Expand Down

0 comments on commit 8a66553

Please sign in to comment.