Skip to content

Commit

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

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

+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
+
 0.2007 Thu Sep 30 14:09:00 PDT 2010
         - Fixed a bug where Date header can be duplicate if the app generates one (spleenjack)
  • Loading branch information
miyagawa committed Feb 15, 2011
1 parent bc633d5 commit 16fbfe4
Show file tree
Hide file tree
Showing 2 changed files with 5 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 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

0.2007 Thu Sep 30 14:09:00 PDT 2010
- Fixed a bug where Date header can be duplicate if the app generates one (spleenjack)

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.2007';
our $VERSION = '0.2008';

1;
__END__
Expand Down

0 comments on commit 16fbfe4

Please sign in to comment.