Skip to content

Commit

Permalink
Version 1.003009
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb committed Jul 15, 2009
1 parent 0162889 commit bed9789
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Changelog for Parse::Method::Signatures

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
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ testcover: pm_to_blib
EOM

resources(
'repository' => 'git://github.com/ashb/parse-method-signatures.git',
'homepage' => 'http://github.com/ashb/parse-method-signatures/tree/master',
'repository' => 'git://github.com/ashb/Parse-Method-Signatures.git',
'homepage' => 'http://github.com/ashb/Parse-Method-Signatures/tree/master',
);

auto_provides;
Expand Down
2 changes: 1 addition & 1 deletion lib/Parse/Method/Signatures.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Parse::Method::Signatures::Types qw/
use Carp qw/croak/;

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

0 comments on commit bed9789

Please sign in to comment.