Skip to content

Commit

Permalink
Version 1.003010
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb committed Jul 30, 2009
1 parent 29235db commit b15bab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Changelog for Parse::Method::Signatures

1.003010 - 2009/07/30
- Make it work with upcomming PPI 1.204

1.003009 - 2009/07/16
- Fix 'Use of uninitialized value' when using regexps in signatures
- Depend on MooseX::Traits 0.06 to remove warning about 'bare has' attribute
Expand Down
2 changes: 1 addition & 1 deletion lib/Parse/Method/Signatures.pm
Expand Up @@ -15,7 +15,7 @@ use Parse::Method::Signatures::Types qw/
use Carp qw/croak/;

use namespace::clean -except => 'meta';
our $VERSION = '1.003009';
our $VERSION = '1.003010';
our $ERROR_LEVEL = 0;
our %LEXTABLE;
our $DEBUG = $ENV{PMS_DEBUG} || 0;
Expand Down

0 comments on commit b15bab3

Please sign in to comment.