Skip to content

Commit

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

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

+1.10
+
+    - added Test::TCP->stop method
+
 1.09

     - added document in FAQ section
  • Loading branch information
tokuhirom committed Dec 19, 2010
1 parent 862bf1c commit 7063240
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.10

- added Test::TCP->stop method

1.09

- added document in FAQ section
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.09';
our $VERSION = '1.10';
use base qw/Exporter/;
use IO::Socket::INET;
use Test::SharedFork 0.12;
Expand Down

0 comments on commit 7063240

Please sign in to comment.