The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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