Skip to content

Commit

Permalink
Release 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
maros committed Mar 28, 2013
1 parent 96bef76 commit b068d0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changes for MooseX-App

1.19 Thu, Mar 28, 2013
- Fixed failing tests
- Fixed bug that was triggered by Moose 2.0800
- Fixed on MSWin

1.18 Sun, Mar 24, 2013
- Added positional parameters with 'parameter' keyword
- Parameters are handled in the meta class
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/App.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use strict;
use warnings;

our $AUTHORITY = 'cpan:MAROS';
our $VERSION = '1.18';
our $VERSION = '1.19';

use MooseX::App::Meta::Role::Attribute::Option;
use MooseX::App::Exporter qw(app_base app_fuzzy option parameter);
Expand Down

0 comments on commit b068d0c

Please sign in to comment.