libmonkey-patch-perl

Scoped monkey-patching perl module
  http://search.cpan.org/dist/Monkey-Patch/
  0
  no reviews



Monkey patching is a way to extend or modify the runtime code of a program or library without altering the original source code.

monkey::patch provides lexical scope monkey-patching so that you can wrap any other package's subroutine with your own code and still have access to the original subroutine.