Name : perl-Monkey-Patch-Action
| |
Version : 0.61.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 150600.1.1
| Date : 2024-08-12 21:53:52
|
Group : Unspecified
| Source RPM : perl-Monkey-Patch-Action-0.61.0-150600.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/SLE_15_SP6/noarch |