Skip to content

Commit

Permalink
Version 0.28.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Oct 9, 2009
1 parent cbf478c commit 6227925
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Version history for MooseX::Method::Signatures

0.28 Fri, 09 Oct 2009 01:28:02 +0200
* Fix default values for named arguments.

0.27 Tue, 22 Sep 2009 14:30:23 +0200
* Depend on MooseX::LazyRequire 0.04 to avoid fail on version 0.03, which has
been broken by recent Moose versions (Closes RT#49903) (Maik Hentsche).
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/Method/Signatures.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use aliased 'Devel::Declare::Context::Simple', 'ContextSimple';

use namespace::autoclean;

our $VERSION = '0.27';
our $VERSION = '0.28';

has package => (
is => 'ro',
Expand Down

0 comments on commit 6227925

Please sign in to comment.