Changes for version 0.003
- You can now call the original version of a patched method WITHOUT actually unpatching it. There are two ways to do this, you can call the 'original' method, or call it like a normal method - Sub::Monkey::PatchedClass::themethod(@args)
Modules
Dynamically and neatly monkey patch a module