-
-
28 May 2012 08:11:49 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (4)
- Testers (947 / 0 / 0)
- Kwalitee
Bus factor: 0- 22.67% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (31.12KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.007
- It was a bit annoying having to ask Class::Monkey to 'use' a module when I didn't want it to. You can now use canpatch qw<mod1 mod2 ...> to tell Class::Monkey you want to patch these modules, but don't actually use them.
Modules
Monkey Patch a class/instance with modifiers and other sweet stuffOther files
Module Install Instructions
To install Class::Monkey, copy and paste the appropriate command in to your terminal.
cpanm Class::Monkey
perl -MCPAN -e shell install Class::Monkey
For more information on module installation, please visit the detailed CPAN module installation guide.