Skip to content

Commit

Permalink
Version 0.006004
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed May 2, 2011
1 parent 74d9d9c commit af72e5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Changes for Devel-Declare

0.006004 - 02 May 2011
- Bail out earlier when being called while not lexing (Zefram).
- Make sure we continue working with Devel::CallParser loaded (Zefram).

0.006003 - 12 Apr 2011
- Fix test-failures on old perl versions (Zefram).

Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/Declare.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.008001;

our $VERSION = '0.006003';
our $VERSION = '0.006004';

use constant DECLARE_NAME => 1;
use constant DECLARE_PROTO => 2;
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/Declare/MethodInstaller/Simple.pm
Expand Up @@ -7,7 +7,7 @@ use Sub::Name;
use strict;
use warnings;

our $VERSION = '0.006003';
our $VERSION = '0.006004';

sub install_methodhandler {
my $class = shift;
Expand Down

0 comments on commit af72e5f

Please sign in to comment.