Skip to content

Commit 31954c1

Browse files
committed
fixup! s/Path::Class/Path::Tiny/
1 parent f277531 commit 31954c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/model/archive.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ subtest 'archive extraction' => sub {
5353

5454
my $dir = $archive->extract;
5555
for my $file ( keys %want ) {
56-
my $content = $dir->file($file)->slurp;
56+
my $content = $dir->child($file)->slurp;
5757
if ( ref $want{$file} ) {
5858
like $content, $want{$file}, "content of $file";
5959
}

0 commit comments

Comments
 (0)