The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Class::Trait::Base - Base class for all Traits

SYNOPSIS

This class needs to be inheritied by all traits so they can be identified as traits.

        use Class::Trait 'base';

DESCRIPTION

Not much going on here, just an AUTOLOAD function to help properly dispatch calls to SUPER::.

SEE ALSO

Class::Trait, Class::Trait::Config

AUTHOR

Stevan Little <stevan@iinteractive.com>

COPYRIGHT AND LICENSE

Copyright 2004 by Infinity Interactive, Inc.

http://www.iinteractive.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.