first cut at named parameters
[p5sagit/Function-Parameters.git] / t / name.t
similarity index 94%
rename from t/named.t
rename to t/name.t
index b451426..2dc0134 100644 (file)
--- a/t/named.t
+++ b/t/name.t
@@ -38,7 +38,7 @@ is $baz->(11), 23;
 is $baz->(-0.5), 0;
 
 for my $fail (
-       map [__DIR__ . "/named_$_->[0].fail", @$_[1 .. $#$_]],
+       map [__DIR__ . "/name_$_->[0].fail", @$_[1 .. $#$_]],
        ['1', qr/expect.*function.*name/],
        ['2', qr/expect.*function.*body/],
        ['3', qr/expect.*function.*name/],