diff --git a/Changes b/Changes index eccf009..de42cf0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for App-opan + - port the tests to new Mojo::File API as well so it still installs + 0.002001 - 2017-01-22 - port to new Mojo::File API - Changes file actually in dist diff --git a/t/pan.t b/t/pan.t index 3026305..9e6cb66 100644 --- a/t/pan.t +++ b/t/pan.t @@ -4,7 +4,7 @@ use File::chdir; use File::Temp qw(tempdir); use Capture::Tiny qw(capture); use IPC::System::Simple (); -use Mojo::Util qw(slurp); +use Mojo::File qw(path); sub slurp { path($_[0])->slurp } use Import::Into; my $test_cwd = $CWD;