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
Get-magic is ignored on retval of @INC hook #11793
Comments
From @cpansproutsub TIESCALAR { bless \$_[0] } That program gives: foo.pm did not return a true value at - line 4. I would expect: called at - line 3. Flags: Site configuration information for perl 5.15.4: Configured by sprout at Wed Nov 2 09:06:14 PDT 2011. Summary of my perl5 (revision 5 version 15 subversion 4) configuration: Locally applied patches: @INC for perl 5.15.4: Environment for perl 5.15.4: |
From zefram@fysh.orgThe test case that you gave doesn't make sense; it seems to be a mishmash $ perl5.15.4 -lwe 'sub TIESCALAR { my This apparently got fixed in 5.19.4, and now the test case passes: $ perl5.27.5 -lwe 'sub TIESCALAR { my This ticket can be closed. -zefram |
The RT System itself - Status changed from 'new' to 'open' |
@xsawyerx - Status changed from 'open' to 'resolved' |
From @cpansproutOn Sat, 04 Nov 2017 16:05:46 -0700, zefram fysh.org wrote:
For the record, it seems I fixed it: commit 536ac39 Tying $_ in @INC filter -- Father Chrysostomos |
From [Unknown Contact. See original ticket]On Sat, 04 Nov 2017 16:05:46 -0700, zefram fysh.org wrote:
For the record, it seems I fixed it: commit 536ac39 Tying $_ in @INC filter -- Father Chrysostomos |
From @cpansproutOn Wed, 15 Nov 2017 12:56:42 -0800, sprout wrote:
Sorry, wrong commit but same branch. This is it: commit 2e8409a Handle magical return values from @INC filter -- Father Chrysostomos |
From [Unknown Contact. See original ticket]On Wed, 15 Nov 2017 12:56:42 -0800, sprout wrote:
Sorry, wrong commit but same branch. This is it: commit 2e8409a Handle magical return values from @INC filter -- Father Chrysostomos |
Migrated from rt.perl.org#105908 (status was 'resolved')
Searchable as RT105908$
The text was updated successfully, but these errors were encountered: