X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=inc%2FExtractInlineTests.pm;h=89b39a13aa3e580c780b1e54b911dbd5326749c1;hb=366abb63a74af7c8a6eb6390f30d60a6bdfca414;hp=bf0f54766890e8aec71cd7a4edf05426a64f1099;hpb=d62bc8fd72a70cec4aa22e794af221451e281b80;p=gitmo%2FMoose.git diff --git a/inc/ExtractInlineTests.pm b/inc/ExtractInlineTests.pm index bf0f547..89b39a1 100644 --- a/inc/ExtractInlineTests.pm +++ b/inc/ExtractInlineTests.pm @@ -49,7 +49,7 @@ sub gather_files { $self->{dzil}->add_file( Dist::Zilla::File::InMemory->new( - name => "t/002_recipes/$name", + name => "t/recipes/$name", content => $content, ) );