Skip to content

Commit

Permalink
0.05 and its Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak committed Jun 8, 2011
1 parent 3a39427 commit 8778172
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Plack::Middleware::Test::StashWarnings

0.05 2011-06-08
- improved documentation
- try harder to use $SIG{__WARN__} if it's there

0.04 2010-11-17
- add implied dep on Scalar::Util

Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/Test/StashWarnings.pm
Expand Up @@ -2,7 +2,7 @@ package Plack::Middleware::Test::StashWarnings;

use strict;
use 5.008_001;
our $VERSION = '0.04';
our $VERSION = '0.05';

use parent qw(Plack::Middleware);
use Carp ();
Expand Down

0 comments on commit 8778172

Please sign in to comment.