Skip to content

Commit

Permalink
3.07: fix t/cgi.t test breakage introduced in 3.05
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Stosberg committed Sep 9, 2011
1 parent 173b93e commit 92de308
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changes
@@ -1,7 +1,10 @@
Revision history for Perl extension CGI::Application::Dispatch.

3.07 September 9th, 2011
Fix t/cgi.t test failures caused by Try::Tiny refactor in 3.05 (Yoshihiro Sasaki)

3.06 September 9th, 2011
Typo fix in "use" statement (Nicholas Bamber)
Typo fix in "use" statement, introduced in 3.05 (Nicholas Bamber)

3.05 September 5th, 2011
Removed Exception::Class::TryCatch with the already required Try::Tiny thereby eliminating
Expand Down
2 changes: 1 addition & 1 deletion lib/CGI/Application/Dispatch.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use Carp qw(carp cluck);
use Try::Tiny;

our $VERSION = '3.06';
our $VERSION = '3.07';
our $DEBUG = 0;

BEGIN {
Expand Down

0 comments on commit 92de308

Please sign in to comment.