NAME
Parse::Path::PerlClassUTF8 - Perl::Class::path::support'with'ŮΤᖴ8
SYNOPSIS
use v5.14;
use utf8;
use Parse::Path;
my $path = Parse::Path->new(
path => 'Parse::Path',
style => 'PerlClassUTF8',
);
say $path->as_string;
$path->push($path, qw[ ʻNIGHTMäREʼ::ʺ'チツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワン ]);
say $path->as_string;
DESCRIPTION
This is a path style for Perl classes with full UTF8 support. Perl 5.14 is required to use this style, as this uses special UTF8 character classes. Some examples:
Perl::Class
overload::pragma
K2P'Foo'Bar'Baz
K2P'Class::Fun
AVAILABILITY
The project homepage is https://github.com/SineSwiper/Parse-Path/wiki.
The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you, or see https://metacpan.org/module/Parse::Path/.
AUTHOR
Brendan Byrd <bbyrd@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 by Brendan Byrd.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)