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.
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, 2005 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.