-
Notifications
You must be signed in to change notification settings - Fork 578
strict: semicolon, not explicit package name #7571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @jidanniYou might want to tighten up the error messages in: $ perl -we 'use strict; my %t=() print %t' The problem is just a missing ";". |
From @nwc10On Sun, Oct 31, 2004 at 10:50:15PM -0000, Dan Jacobson wrote:
Patches welcome. Have you any idea how hard it is to make the parser realise this? Nicholas Clark |
The RT System itself - Status changed from 'new' to 'open' |
From @nwc10If you'd taken out use strict; you'd've realised that this message has The quality of your bug reports is consistently dire. |
@nwc10 - Status changed from 'open' to 'rejected' |
From @ysthOn Sun, Oct 31, 2004 at 10:50:15PM -0000, Dan Jacobson <perlbug-followup@perl.org> wrote:
Compilers in general almost always try to continue after an error; this |
From [email protected]On Oct 31, Dan Jacobson said:
But it doesn't necessarily know that. The problem Perl sees is that use strict; And anyway, Perl told you about the syntax error in the '() print' -- |
Migrated from rt.perl.org#32248 (status was 'rejected')
Searchable as RT32248$
The text was updated successfully, but these errors were encountered: