Skip to content

Commit

Permalink
adding Scalar::Util as requirement, just to be safe
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Mar 9, 2011
1 parent 49ca182 commit 7b10938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build.PL
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -583,8 +583,10 @@ my $build = $package->new(
'File::Find' => '0', 'File::Find' => '0',
'File::ShareDir' => '1.0', 'File::ShareDir' => '1.0',
'Tie::Simple' => '0', 'Tie::Simple' => '0',
'Scalar::Util' => '0',
}, },
requires => { requires => {
'Scalar::Util' => '0',
'Tie::Simple' => '0', 'Tie::Simple' => '0',
'File::ShareDir' => '1.0', 'File::ShareDir' => '1.0',
'CPAN' => '1.92', 'CPAN' => '1.92',
Expand Down

0 comments on commit 7b10938

Please sign in to comment.