Name : perl-Monkey-Patch-Action
| |
Version : 0.04
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.1
| Date : 2015-05-18 09:51:19
|
Group : Development/Libraries/Perl
| Source RPM : perl-Monkey-Patch-Action-0.04-1.1.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
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/openSUSE_13.2/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Monkey::Patch::Action)
perl(Monkey::Patch::Action::Handle)
perl-Monkey-Patch-Action
Requires :