Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Test::Util] fix obsolete use of (|$) signature
  • Loading branch information
moritz committed Aug 30, 2012
1 parent 1c33e9e commit f80f5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Test/Util.pm
Expand Up @@ -4,7 +4,7 @@ use Test;

# Tests for this testing code may be in the pugs repo under t/03-test-util/

proto sub is_run(|$) is export { * } #OK use of | with sigil
proto sub is_run(|) is export { * } #OK use of | with sigil

# No input, no test name
multi sub is_run( Str $code, %expected, :@args ) {
Expand Down

0 comments on commit f80f5a8

Please sign in to comment.