Skip to content

Commit

Permalink
Require Moose 2.0300.
Browse files Browse the repository at this point in the history
We were requiring it implicitly, anyway, via Role::HasMessage and its
dependence on MooseX::Role::Parameterized.
  • Loading branch information
theory committed Aug 3, 2012
1 parent e5f552b commit e2b6f26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build.PL
Expand Up @@ -28,9 +28,9 @@ Module::Build::Sqitch->new(
'IPC::System::Simple' => '1.17',
'List::Util' => 0,
'Locale::TextDomain' => '1.20',
'Moose' => '1.15',
'Moose::Util::TypeConstraints' => '1.15',
'Moose::Meta::TypeConstraint::Parameterizable' => '1.15',
'Moose' => '2.0300',
'Moose::Util::TypeConstraints' => '2.0300',
'Moose::Meta::TypeConstraint::Parameterizable' => '2.0300',
'MooseX::Types::Path::Class' => '0.05',
'namespace::autoclean' => '0.11',
'Path::Class' => 0,
Expand Down
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension App::Sqitch

0.82
- Now require Moose 2.0300, since MooseX::Role::Parameterized, which
requires Role::HasMessage, requires it, anyway,

0.81 2012-08-03T11:34:46Z
- Removed wayward `/l` from a regular expression, which breaks Perls
Expand Down

0 comments on commit e2b6f26

Please sign in to comment.