-
Notifications
You must be signed in to change notification settings - Fork 576
Data::Dumper: Useqq should apply to glob names, too #13274
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 @cpansproutGlob itself: $ ./perl -Ilib -le 'use Data::Dumper; ++$Data::Dumper::Useqq; print Dumper eval "*{^ACCEPT}"' Stringified glob: $ ./perl -Ilib -le 'use Data::Dumper; ++$Data::Dumper::Useqq; print Dumper "".eval "*{^ACCEPT}"' The first one should use "\1...". Flags: Site configuration information for perl 5.19.4: Configured by sprout at Mon Sep 9 00:16:24 PDT 2013. Summary of my perl5 (revision 5 version 19 subversion 4) configuration: @INC for perl 5.19.4: Environment for perl 5.19.4: |
From zefram@fysh.orgFixed in commit abda9fe. -zefram |
The RT System itself - Status changed from 'new' to 'open' |
@cpansprout - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#119831 (status was 'resolved')
Searchable as RT119831$
The text was updated successfully, but these errors were encountered: