Skip to content

Commit

Permalink
Add dependency on File::Path::Tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Aug 17, 2024
1 parent be57d1f commit 760c010
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ use warnings;
require 5.008002;

my %deps = (
'Archive::Zip' => 1.30,
'IO::File' => 1.14,
'File::Temp' => 0.19,
'Archive::Zip' => 1.30,
'IO::File' => 1.14,
'File::Temp' => 0.19,
'File::Path::Tiny' => 0,
);

my %resources = (
Expand Down

0 comments on commit 760c010

Please sign in to comment.