Does anybody know why the handling of UTF-8 characters in Mojo::File has
changed? The following script worked in older versions, but doesn't work in
7.47 anymore:
use strict;
use warnings;
use utf8;
use Mojo::File 'path';
my $folder = '/tmp/Aufträge';
mkdir $folder;
path($folder, 'eins')->spurt('abc');
--
You received this message because you are subscribed to the Google Groups
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.