This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #107002] No warnings test for require a::b+1
authorFather Chrysostomos <sprout@cpan.org>
Thu, 20 Sep 2012 16:56:18 +0000 (09:56 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 20 Sep 2012 16:58:17 +0000 (09:58 -0700)
commita71a1afb2287c191e69669788abc7bd83dc909a1
tree72269636e14e0e9ef18451264a8b97d3f085a5ab
parent89269094eac2074a779834560b45a2b374322023
[perl #107002] No warnings test for require a::b+1

This used to produce an erroneous ambiguity warning.  The . case
stopped warning in 5.12.0.  The + case stopped warning earlier today
with commit c31f6d3b.
t/lib/warnings/toke