Skip to content

Commit

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

diff --git a/Changes b/Changes
index 1288149..731fbaa 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Test::TCP

+1.21 2013-03-03T12:33:49
+
+    - Added Net::EmptyPort::wait_port()
+      (tokuhirom)
+
 1.20 2013-03-02T18:30:25

     - bump up version
  • Loading branch information
tokuhirom committed Mar 3, 2013
1 parent efcdf44 commit a5939a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension Test::TCP

1.21 2013-03-03T12:33:49

- Added Net::EmptyPort::wait_port()
(tokuhirom)

1.20 2013-03-02T18:30:25

- bump up version
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -81,3 +81,4 @@
^README.pod$
^MYMETA.yml$
^Test-TCP-.*/
^\.travis\.yml$
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.20';
our $VERSION = '1.21';
use base qw/Exporter/;
use IO::Socket::INET;
use Test::SharedFork 0.12;
Expand Down

0 comments on commit a5939a7

Please sign in to comment.