Skip to content

Commit

Permalink
v1.002000
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb committed Jun 1, 2010
1 parent 607077d commit 3111d38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Version history for TryCatch perl module: Version history for TryCatch perl module:


1.002000 - 2009/09/13
- Fallback to treating str TCs as class names

1.001001_999 - 2009/09/09 1.001001_999 - 2009/09/09
- Fix for issue with return/unwind when sub is called as a method (vpit) - Fix for issue with return/unwind when sub is called as a method (vpit)


Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -23,7 +23,7 @@ my %run_deps = (
); );


requires %run_deps; requires %run_deps;
requires 'Parse::Method::Signatures' => '1.003011'; requires 'Parse::Method::Signatures' => '1.003012';
requires 'B::Hooks::EndOfScope' => 0.08; requires 'B::Hooks::EndOfScope' => 0.08;
requires 'Devel::Declare' => '0.005007'; requires 'Devel::Declare' => '0.005007';
requires 'Moose'; requires 'Moose';
Expand Down
2 changes: 1 addition & 1 deletion lib/TryCatch.pm
Expand Up @@ -17,7 +17,7 @@ use XSLoader;
use base qw/Devel::Declare::Context::Simple/; use base qw/Devel::Declare::Context::Simple/;




our $VERSION = '1.001001_999'; our $VERSION = '1.002000';


# These are private state variables. Mess with them at your peril # These are private state variables. Mess with them at your peril
our ($CHECK_OP_HOOK, $CHECK_OP_DEPTH) = (undef, 0); our ($CHECK_OP_HOOK, $CHECK_OP_DEPTH) = (undef, 0);
Expand Down

0 comments on commit 3111d38

Please sign in to comment.