Changes for version 0.12
- Add 'inject' method which can inject a new subroutine into a namespace.
- Add 'inherit' method which can inherit a subroutine from a parent object.
- Bug fix for wrap not restoring during destruction.
- Internal cleanup.
Modules
Perl extension for easily overriding subroutines
Module Install Instructions
To install Sub::Override, copy and paste the appropriate command in to your terminal.
cpanm Sub::Override
perl -MCPAN -e shellinstall Sub::Override
For more information on module installation, please visitthe detailed CPAN module installation guide.