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

This class needs to be inheritied by all traits so they can be identified as traits.
use Class::Trait 'base';

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

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

Stevan Little <stevan@iinteractive.com>

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.