Skip to content

Commit

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

diff --git a/Changes b/Changes
index 9d3feb4..8088c4c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Starman

+0.2008_1
+        - 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
+
 0.2008  Mon Feb 14 17:19:20 PST 2011
         - Documented that -E is automatically set to 'deployment' RT:61517 (timbunce)
         - Check the defined-ness of the input buffer to suppress warnings RT:60007
  • Loading branch information
miyagawa committed Feb 23, 2011
1 parent 716c91f commit 73fb5ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl extension Starman

0.2008_1
- 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

0.2008 Mon Feb 14 17:19:20 PST 2011
- Documented that -E is automatically set to 'deployment' RT:61517 (timbunce)
- Check the defined-ness of the input buffer to suppress warnings RT:60007
Expand Down
4 changes: 4 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ META.yml
README
t/00_compile.t
t/chunked_req.t
t/findbin.psgi
t/findbin.t
t/rand.psgi
t/rand.t
t/suite.t
xt/perlcritic.t
xt/pod.t
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.2008';
our $VERSION = '0.2008_1';

1;
__END__
Expand Down

0 comments on commit 73fb5ae

Please sign in to comment.