SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Monkey-Patch-Action rpm build for : OpenSuSE 13.X. For other distributions click perl-Monkey-Patch-Action.

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

Content of RPM  Changelog  Provides Requires

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 :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(Sub::Delete)
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(:MODULE_COMPAT_5.20.1)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.20.1/Monkey
/usr/lib/perl5/vendor_perl/5.20.1/Monkey/Patch
/usr/lib/perl5/vendor_perl/5.20.1/Monkey/Patch/Action
/usr/lib/perl5/vendor_perl/5.20.1/Monkey/Patch/Action.pm
/usr/lib/perl5/vendor_perl/5.20.1/Monkey/Patch/Action/Handle.pm
/usr/share/doc/packages/perl-Monkey-Patch-Action
/usr/share/doc/packages/perl-Monkey-Patch-Action/Changes
/usr/share/doc/packages/perl-Monkey-Patch-Action/LICENSE
/usr/share/doc/packages/perl-Monkey-Patch-Action/README
/usr/share/man/man3/Monkey::Patch::Action.3pm.gz
/usr/share/man/man3/Monkey::Patch::Action::Handle.3pm.gz

 
ICM