SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-Resub rpm build for : OpenSuSE. For other distributions click perl-Test-Resub.

Name : perl-Test-Resub
Version : 2.03 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.4.1 Date : 2024-07-03 19:10:48
Group : Development/Libraries/Perl Source RPM : perl-Test-Resub-2.03-lp156.4.1.src.rpm
Size : 0.02 MB
Packager : https://www_suse_com/
Summary : Lexically scoped monkey patching for testing
Description :
This module allows you to temporarily replace a subroutine/method with
arbitrary code. Later, you can tell how many times was it called and with
what arguments each time.

You may not actually need this module. Many times you\'ll be able to get
away with something like this:

{
no warnings \'redefine\'
local *Somewhere::show = sub { return \'kwaa\' };

is( Somewhere->show(\'me the money\'), \'kwaa\' );
}

This module is handy if you\'re replacing a subroutine with a function
prototype, or for when you need to prove the inputs to the functions that
you\'re calling.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.6/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Test-Resub-2.03-lp156.4.1.noarch.rpm
     

Provides :
perl(Test::Resub)
perl-Test-Resub

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Test
/usr/lib/perl5/vendor_perl/5.26.1/Test/Resub.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Test-Resub
/usr/share/doc/packages/perl-Test-Resub/Changes
/usr/share/man/man3/Test::Resub.3pm.gz

 
ICM