[Bps-public-commit] Plack-Middleware-Test-StashWarnings branch, master, updated. 4fa3a1be348b4db986e401e8bfc35796016f964c
Shawn Moore
sartak at bestpractical.com
Tue Oct 19 07:30:26 EDT 2010
The branch, master has been updated
via 4fa3a1be348b4db986e401e8bfc35796016f964c (commit)
from c811a159ce72cfcd51db2f0464459f9bf9f3ed9a (commit)
Summary of changes:
Changes | 3 +++
lib/Plack/Middleware/Test/StashWarnings.pm | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 4fa3a1be348b4db986e401e8bfc35796016f964c
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Oct 19 20:27:50 2010 +0900
0.02
diff --git a/Changes b/Changes
index 8f663d3..f58cd5f 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
Revision history for Perl extension Plack::Middleware::Test::StashWarnings
+0.02 2010-10-19
+ - streaming API support (clkao++ for the assist)
+
0.01 2010-10-07
- original version
diff --git a/lib/Plack/Middleware/Test/StashWarnings.pm b/lib/Plack/Middleware/Test/StashWarnings.pm
index 4d2d470..b258886 100644
--- a/lib/Plack/Middleware/Test/StashWarnings.pm
+++ b/lib/Plack/Middleware/Test/StashWarnings.pm
@@ -2,7 +2,7 @@ package Plack::Middleware::Test::StashWarnings;
use strict;
use 5.008_001;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
use parent qw(Plack::Middleware);
use Carp ();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list