Skip to content

Commit

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

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

+0.3005  Wed Nov 14 19:46:31 PST 2012
+        - Added a warning in runtime/documentation to NOT use -r/-R with Starman
+
 0.3004  Thu Nov  8 19:40:45 PST 2012
         - Added --interval option to the sample start_server command
         - Makefile.PL fix
  • Loading branch information
miyagawa committed Nov 15, 2012
1 parent fb6e702 commit 1b4a03b
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 Original file line Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Starman Revision history for Perl extension Starman


0.3005 Wed Nov 14 19:46:31 PST 2012
- Added a warning in runtime/documentation to NOT use -r/-R with Starman

0.3004 Thu Nov 8 19:40:45 PST 2012 0.3004 Thu Nov 8 19:40:45 PST 2012
- Added --interval option to the sample start_server command - Added --interval option to the sample start_server command
- Makefile.PL fix - Makefile.PL fix
Expand Down
2 changes: 1 addition & 1 deletion lib/Starman.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Starman;


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


1; 1;
__END__ __END__
Expand Down

0 comments on commit 1b4a03b

Please sign in to comment.