Name : perl-Monkey-Patch-Action
| |
Version : 0.061
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2023-07-20 20:40:23
|
Group : Development/Libraries/Perl
| Source RPM : perl-Monkey-Patch-Action-0.061-lp155.1.1.src.rpm
|
Size : 0.05 MB
| |
Packager : https://www_suse_com/
| |
Summary : Wrap/add/replace/delete subs from other package (with restore)
|
Description :
Monkey-patching is the act of modifying a package at runtime: adding a subroutine/method, replacing/deleting/wrapping another, etc. Perl makes it easy to do that, for example:
*{\"Target::sub1\"} = sub { ... };
package Target; sub sub2 { ... }
undef *{\"Target::sub3\"};
This module makes things even easier by helping you apply a stack of patches and unapply them later in flexible order.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-M/15.5/noarch |