Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated version dep for File::Temp 0.23 and removed moo
  • Loading branch information
Kartik Thakore committed Aug 12, 2013
1 parent bbcdd38 commit b31bf3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Expand Up @@ -58,7 +58,7 @@ my $build = $package->new(
license => 'perl',
requires => {
'File::Spec' => '0',
'File::Temp' => '0',
'File::Temp' => '0.23',
'File::ShareDir' => '0',
'File::Which' => '0',
'ExtUtils::CBuilder' => '0',
Expand All @@ -67,7 +67,7 @@ my $build = $package->new(
},
build_requires => { #need to have for running: ./Build (install|test)
'File::Spec' => '0',
'File::Temp' => '0',
'File::Temp' => '0.23',
'File::ShareDir' => '0',
'ExtUtils::CBuilder' => '0',
'File::Path' => '2.08',
Expand Down
1 change: 0 additions & 1 deletion moo

This file was deleted.

0 comments on commit b31bf3a

Please sign in to comment.