The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Parse::Path::PerlClass - Perl::Class::path::support

SYNOPSIS

    use v5.10;
    use Parse::Path;
 
    my $path = Parse::Path->new(
       path  => 'Parse::Path',
       style => 'PerlClass',
    );
 
    say $path->as_string;
    $path->push($path, 'Role::Path');
    say $path->as_string;

DESCRIPTION

This is a path style for Perl 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)