Closed p5pRT closed 18 years ago
Using the #line directive can screw up the '%s called to early to check prototype' warning.
cat test.pl use warnings; #line 10 sub foo() { #line 2 foo(); }
perl test.pl main::foo() called too early to check prototype at test.pl line 2.
This occurs as of 5.6.1; I'm not sure about earlier versions
I don't see how that's different from #line changing the line reported for any other warning. The reported result is correct to me. Marking this bug as rejected.
@rgs - Status changed from 'open' to 'rejected'
Migrated from rt.perl.org#7850 (status was 'rejected')
Searchable as RT7850$