Skip to content

Commit

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

diff --git a/Changes b/Changes
index ddd8029..50f437b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Starman

+0.3003  Thu Sep 27 09:39:56 JST 2012
+        - Fixed the test hang in some environments, introduced in 0.3002 [RT:79865]
+
 0.3002  Tue Sep 25 15:26:43 JST 2012
         - Added a documentation for --signal-on-term for Server::Starter 0.12 (kazuho, ether)
         - Set REMOTE_PORT PSGI environment variable #50 (dex4er)
  • Loading branch information
miyagawa committed Sep 27, 2012
1 parent 83c567a commit 8b06c45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Starman

0.3003 Thu Sep 27 09:39:56 JST 2012
- Fixed the test hang in some environments, introduced in 0.3002 [RT:79865]

0.3002 Tue Sep 25 15:26:43 JST 2012
- Added a documentation for --signal-on-term for Server::Starter 0.12 (kazuho, ether)
- Set REMOTE_PORT PSGI environment variable #50 (dex4er)
Expand Down
2 changes: 1 addition & 1 deletion lib/Starman.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Starman;

use strict;
use 5.008_001;
our $VERSION = '0.3002';
our $VERSION = '0.3003';

1;
__END__
Expand Down

0 comments on commit 8b06c45

Please sign in to comment.