Skip to content

Commit

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

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

+0.3004  Thu Nov  8 19:40:45 PST 2012
+        - Added --interval option to the sample start_server command
+        - Makefile.PL fix
+
 0.3003  Thu Sep 27 09:39:56 JST 2012
         - Fixed the test hang in some environments, introduced in 0.3002 [RT:79865]
  • Loading branch information
miyagawa committed Nov 9, 2012
1 parent f4c53ef commit bbc7c41
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 Starman Revision history for Perl extension Starman


0.3004 Thu Nov 8 19:40:45 PST 2012
- Added --interval option to the sample start_server command
- Makefile.PL fix

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


Expand Down
2 changes: 1 addition & 1 deletion lib/Starman.pm
Expand Up @@ -2,7 +2,7 @@ package Starman;


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


1; 1;
__END__ __END__
Expand Down

0 comments on commit bbc7c41

Please sign in to comment.