-
Notifications
You must be signed in to change notification settings - Fork 571
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
IO::File->open should respect use open() #12749
Comments
From michael@negativespace.netCreated by michael@negativespace.netIO::File->open() isn't affected by use open(:std :utf8). I understand Schwern suggests this is related to autodie, and can be fixed in a See also: http://stackoverflow.com/questions/14595624/perls-iofile-and-use-open-qwutf8/14595721 https://rt.cpan.org/Public/Bug/Display.html?id=54777 Here is a test case: #!/usr/local/bin/perl use utf8; use Test::More tests => 3; my $str = "Hello ȓ (r-caret)"; eval { eval { eval { Perl Info
|
From @LeontOn Wed, Jan 30, 2013 at 7:18 PM, Michael Joyce
First of all, why are you using IO::File? I can't think of any
Well yeah, it probably can. I'm not entirely sure it should, given Leon |
The RT System itself - Status changed from 'new' to 'open' |
From michael@negativespace.netOn 2013-01-30, at 10:37 AM, Leon Timmermans via RT <perlbug-followup@perl.org> wrote:
I found it while reading the documentation, and it seemed to do what I
|
From alex.hartmaier@gmail.comOn Wed, Jan 30, 2013 at 8:38 PM, Michael Joyce <michael@negativespace.net>wrote:
I'm working on perlopentut at the moment, in which doc have you seen
|
From @LeontOn Fri, Feb 1, 2013 at 10:11 PM, Alexander Hartmaier
perlfunc open mentions it as an alternative. In general, it should be Leon |
Migrated from rt.perl.org#116599 (status was 'open')
Searchable as RT116599$
The text was updated successfully, but these errors were encountered: