Skip to content

Commit

Permalink
Specify minimum version for File::Path
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyA committed Jun 15, 2009
1 parent 5eaa291 commit 1159738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -21,7 +21,7 @@ my $builder = MyBuilder->new(
'Env' => 0,
'File::Basename' => 0,
'File::Copy' => 0,
'File::Path' => 0,
'File::Path' => '2.07',
'File::Spec' => '2.07',
'File::Spec::Functions' => 0,
'Getopt::Long' => 0,
Expand Down
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for CPAN-Mini-Inject

0.26 2009/06/15
- Specify minimum File::Path version

0.25 2009/05/29
- Move to GitHub

Expand Down

0 comments on commit 1159738

Please sign in to comment.