Class-Trait

 view release on metacpan or  search on metacpan

lib/Class/Trait.pm  view on Meta::CPAN

1;

__END__

=head1 NAME

Class::Trait - Deprecated.  Please use Moose::Role.

=head1 DEPRECATED

This module has long been deprecated. It was a precursor to Moose::Role and
other attempts to implement roles/traits in Perl. If you need standalone
roles, please use L<Role::Basic> or L<Role::Tiny>. If you need full OO, please
use L<Moose> or L<Moo>.

=head1 SYNOPSIS

    # to turn on debugging (do this before
    # any other traits are loaded)
    use Class::Trait 'debug';
    



( run in 0.304 second using v1.01-cache-2.11-cpan-4d50c553e7e )