Skip to content

Commit

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

diff --git a/Changes b/Changes
index e1ee873..add4ebe 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Starman

-0.2008_2
+0.2009  Fri Mar 25 19:15:23 PDT 2011
         - Requires Plack 0.9971 to support localizing $0 to fix the FindBin issues miyagawa#7, miyagawa#15, miyagawa#18, miyagawa#19
         - Calls srand() automatically in the child init hook to avoid a fixed random seed miyagawa#20
         - Implemented --keepalive-timeout which defaults to 1 (acme)
  • Loading branch information
miyagawa committed Mar 26, 2011
1 parent 638f7da commit 765b0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for Perl extension Starman Revision history for Perl extension Starman


0.2008_2 0.2009 Fri Mar 25 19:15:23 PDT 2011
- Requires Plack 0.9971 to support localizing $0 to fix the FindBin issues #7, #15, #18, #19 - Requires Plack 0.9971 to support localizing $0 to fix the FindBin issues #7, #15, #18, #19
- Calls srand() automatically in the child init hook to avoid a fixed random seed #20 - Calls srand() automatically in the child init hook to avoid a fixed random seed #20
- Implemented --keepalive-timeout which defaults to 1 (acme) - Implemented --keepalive-timeout which defaults to 1 (acme)
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.2008_2'; our $VERSION = '0.2009';


1; 1;
__END__ __END__
Expand Down

0 comments on commit 765b0ac

Please sign in to comment.