-
Notifications
You must be signed in to change notification settings - Fork 1
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
Assignment to $*OUT might fails for empty #3715
Comments
From @Tux$ perl6 -e 'use v6; $*OUT.nl = "\n";' $ perl6 -e 'use v6; $*OUT.nl = Str;' $ I think I understand why undefined should not be allowed, but an empty -- |
From @skidsOn Tue, 03 Mar 2015 23:34:02 -0800, hmbrand wrote:
The method for this changed to ".nl-out" after the IO refactor, and setting Marking this ticket as resolved. |
The RT System itself - Status changed from 'new' to 'open' |
@skids - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#123978 (status was 'resolved')
Searchable as RT123978$
The text was updated successfully, but these errors were encountered: