Skip to content

Commit

Permalink
Add Hash::FieldHash to the dependencies.
Browse files Browse the repository at this point in the history
perl5i::2::CODE needs it and it was never declared.  Object::ID was saving
us.

Chose 0.06 because everything after (0.12 is the latest) don't look like
runtime changes or bug fixes which impact us.
  • Loading branch information
schwern committed Mar 20, 2013
1 parent 4519fb2 commit d552731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ my $builder = MyBuild->new(
'utf8::all' => '0.002',
'Carp::Fix::1_25' => '1.000000',
'Hash::StoredIterator' => '0.001',
'Hash::FieldHash' => '0.06',
},
build_requires => {
'ExtUtils::CBuilder' => '0.26',
Expand Down

0 comments on commit d552731

Please sign in to comment.