-
Notifications
You must be signed in to change notification settings - Fork 578
Bug in constant overloading? #2344
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 [email protected] package NoBill; sub string_handler { When I say perl -MNoBill -le 'print "Windows rocks"' it fails to change the string "Windows" to "Winblows". This is Is this a bug in Perl, a bug in the documentation, or a bug in my (tested with perl-5.6.0) Nat |
From [Unknown Contact. See original ticket]On Aug 9, Nathan Torkington said:
It's Perl compile-time optimization: jeffp@hut [12:29am] ~ #102> perl -MO=Deparse As Larry Rosler might say, why get Perl all primed for double-quotish |
From [Unknown Contact. See original ticket]Jeff Pinyan writes:
Yeah, but you didn't answer my question. When I'm overloading Nat |
From [Unknown Contact. See original ticket]On Aug 9, Nathan Torkington said:
Ah, I think the documentation should explicitly give a caveat re constant That, or give a listing of local pagers. ;) $nat->pass($japhy,%|); A beta patch is: =item q to overload C<q>-quoted strings, constant pieces of C<qq>- and If you don't like that wording, I cite the BUGS section: This document is confusing. There are grammos and misleading language |
Migrated from rt.perl.org#3668 (status was 'resolved')
Searchable as RT3668$
The text was updated successfully, but these errors were encountered: