We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f277531 commit 31954c1Copy full SHA for 31954c1
t/model/archive.t
@@ -53,7 +53,7 @@ subtest 'archive extraction' => sub {
53
54
my $dir = $archive->extract;
55
for my $file ( keys %want ) {
56
- my $content = $dir->file($file)->slurp;
+ my $content = $dir->child($file)->slurp;
57
if ( ref $want{$file} ) {
58
like $content, $want{$file}, "content of $file";
59
}
0 commit comments