Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
TPrintable - Trait for adding stringification abilities to your object
DESCRIPTION
TPrintable gives your object automatic stringification abilities, as well as access to your original stringified object value.
REQUIRES
- toString
-
This method should return the stringified object.
OVERLOADS
PROVIDES
- stringValue
-
This returns the normal perl stringified value, bypassing whatever
toString
might return.
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.