Skip to content

Commit

Permalink
Depend on List::MoreUtils 0.20.
Browse files Browse the repository at this point in the history
part() was not in List::MoreUtils before 0.19, and 0.20 seems to be a bug
fix for something relating to part()
  • Loading branch information
Leo Lapworth authored and rafl committed Jan 8, 2010
1 parent f2b13bb commit c1a4fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Changelog for Parse::Method::Signatures

- Add version to List::MoreUtils as we need part() (Leo Lapworth)

1.003012 - 2009/12/16
- Pass from_namespace to type constraint class even if there is a callback
provided. (This lets the callback be wrapped/extended better.)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -6,7 +6,7 @@ use warnings;
name 'Parse-Method-Signatures';
all_from 'lib/Parse/Method/Signatures.pm';

requires 'List::MoreUtils';
requires 'List::MoreUtils' => '0.20';
requires 'Moose';
requires 'MooseX::Traits' => '0.06';
requires 'MooseX::Types' => '0.17';
Expand Down

0 comments on commit c1a4fae

Please sign in to comment.