Skip to content

Commit

Permalink
Depend on latest B::Hooks::EndOfScope.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Feb 21, 2009
1 parent dbe5a36 commit d30ab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -5,7 +5,7 @@ use inc::Module::Install 0.77;
name 'MooseX-Method-Signatures';
all_from 'lib/MooseX/Method/Signatures.pm';

requires 'B::Hooks::EndOfScope' => '0.05'; # so semicolon injection works when string evals are involved
requires 'B::Hooks::EndOfScope' => '0.07';
requires 'Parse::Method::Signatures' => '1.002000';
requires 'Devel::Declare' => '0.003004';
requires 'Moose::Util::TypeConstraints';
Expand Down

0 comments on commit d30ab8e

Please sign in to comment.