Skip to content

Commit

Permalink
Add minimum version of File::Temp.
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Jan 28, 2018
1 parent a02aa95 commit 50c6ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -9,6 +9,9 @@ NEXT
put a backslash in front of the name of the tempfile. Thanks,
Varadinsky. (GH#32)

Had to specify a minimum version of File::Temp. Thanks, Justin Mohr.
(GH#29)

1.16 Thu Jul 7 22:41:30 CDT 2016
[FIXES]
File::Next::from_file() would ignore the C<warning_handler> argument
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -17,6 +17,7 @@ my %parms = (
'Test::More' => 0.88,
'File::Copy' => 0,
'File::Spec' => 0,
'File::Temp' => 0.22,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'File-Next-*' },
Expand Down

0 comments on commit 50c6ea3

Please sign in to comment.