Skip to content

Commit

Permalink
RT #92408: detect obsolete use of . as concatenation operator
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jan 4, 2013
1 parent 7d22621 commit 0d9fc5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S32-exceptions/misc.t
Expand Up @@ -94,6 +94,8 @@ throws_like 'undef', X::Obsolete,
{
throws_like ':a<>', X::Obsolete, old => "<>";
}
# RT #92408
throws_like 'my ($a, $b); $a . $b', X::Obsolete;

throws_like 'my $a::::b', X::Syntax::Name::Null;
throws_like 'unless 1 { } else { }', X::Syntax::UnlessElse;
Expand Down

0 comments on commit 0d9fc5d

Please sign in to comment.