Skip to content

Commit

Permalink
port the tests to Mojo::File so we still install (doh)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcat-mst committed May 22, 2017
1 parent 1828a3f commit 1f0ac72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion t/pan.t
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f0ac72

Please sign in to comment.