NAME
Aspect::Legacy - Legacy Compatibility for Aspect.pm
DESCRIPTION
Aspect::Legacy implements emulated support for theAspect module as it existed in various forms prior to the 1.00 release in 2010.
This includes both full legacy support for the original Ran Eilam release series ending in release 0.12, and for code written against the 0.16 to 0.99 development release series.
In it's default usage, it is intended as a drop-in upgrade for any old Aspect-oriented code broken by changes in the second-generation (version 0.90 or later) implementation created during 2010. To upgrade our old code, simple changeuse Aspect;
touse Aspect::Legacy;
and it should continue to function as normal.
AUTHORS
Adam Kennedy <adamk@cpan.org>
COPYRIGHT
Copyright 2009 - 2013 Adam Kennedy.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Aspect, copy and paste the appropriate command in to your terminal.
cpanm Aspect
perl -MCPAN -e shellinstall Aspect
For more information on module installation, please visitthe detailed CPAN module installation guide.