-
Notifications
You must be signed in to change notification settings - Fork 560
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
method { expression } { $foo => "bar" } #9085
Comments
From @cpansproutI can call a method on the result of an expression with indirect method { some(complex() + 'expression' } { foo => 'bar' } But, if I change 'foo' to $foo, I get a syntax error message: This occurs also in perl 5.8.8. Flags: This perlbug was built using Perl 5.10.0 - Mon Sep 24 10:10:11 PDT 2007 Site configuration information for perl 5.10.0: Configured by neo at Sat Oct 6 16:48:24 PDT 2007. Summary of my perl5 (revision 5 version 10 subversion 0 patch 32056) Locally applied patches: @INC for perl 5.10.0: Environment for perl 5.10.0: |
From @rgsOn 27/10/2007, via RT Father Chrysostomos <perlbug-followup@perl.org> wrote:
I think that's one of those cases where one needs to add a + in front |
The RT System itself - Status changed from 'new' to 'open' |
@iabyn - Status changed from 'open' to 'rejected' |
@cpansprout - Status changed from 'rejected' to 'pending release' |
From @cpansproutFixed in b5b6210. -- Father Chrysostomos |
From [Unknown Contact. See original ticket]Fixed in b5b6210. -- Father Chrysostomos |
From @khwilliamsonThanks for submitting this ticket The issue should be resolved with the release today of Perl v5.22. If you find that the problem persists, feel free to reopen this ticket -- |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#46947 (status was 'resolved')
Searchable as RT46947$
The text was updated successfully, but these errors were encountered: