This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More tests for the "Ambiguous use of ... resolved ..." warning S_scan_ident().
authorNicholas Clark <nick@ccl4.org>
Mon, 8 Apr 2013 14:27:19 +0000 (16:27 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 22 May 2013 08:31:30 +0000 (10:31 +0200)
commit27ffb73a493be4fd4322b04f1bcbdabe6dff523b
treeb7106e202d9652ad2f945c05d8dc89c5d76bb93b
parent5fb91d484fee378b489da85e763d4ae7df3f2baa
More tests for the "Ambiguous use of ... resolved ..." warning S_scan_ident().

In particular, test that the special case for reporting $# as @ works.
t/lib/warnings/toke