-
Notifications
You must be signed in to change notification settings - Fork 577
Context error in B::Deparse (was Re: Conditional puzzle) #396
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]Well, your example suggests it's a bit rocky ...
Hmmm... converting a scalar assignment to a list assignment? And it gets this wrong in the same way: $a = 2; $b = $a**2 x 4; Cc'd to perlbug. (Failure occurs on both 5.005_03 and 5.005_60.) Mike Guy |
From [Unknown Contact. See original ticket]Well, your example suggests it's a bit rocky ...
Hmmm... converting a scalar assignment to a list assignment? And it gets this wrong in the same way: $a = 2; $b = $a**2 x 4; Cc'd to perlbug. (Failure occurs on both 5.005_03 and 5.005_60.) Mike Guy |
From @schwern-- Michael G. Schwern <schwern@pobox.com> http://www.pobox.com/~schwern/ |
@gbarr - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#1231 (status was 'resolved')
Searchable as RT1231$
The text was updated successfully, but these errors were encountered: