Skip to content

Commit

Permalink
Depend on Any::Moose 0.09.
Browse files Browse the repository at this point in the history
That pulls in Mouse 0.21, which now uses get_all_attributes instead of
compute_all_applicable_attributes internally.
  • Loading branch information
rafl committed May 19, 2009
1 parent 37023bc commit 14ee797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WriteMakefile
'NAME' => 'Data::Visitor',
'VERSION_FROM' => 'lib/Data/Visitor.pm',
'PREREQ_PM' => {
'Any::Moose' => '0.07',
'Any::Moose' => '0.09',
'namespace::clean' => '0.08',
'Test::MockObject' => '1.04',
'Test::More' => '0',
Expand Down

0 comments on commit 14ee797

Please sign in to comment.