SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Test-AbstractMethod
Version : 0.01 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.7.1 Date : 2024-07-03 19:08:34
Group : Development/Libraries/Perl Source RPM : perl-Test-AbstractMethod-0.01-lp156.7.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Make sure your abstract methods croaks like they should
Description :
This module is a Test::Builder compatible testing module for testing
calling abstract methods.

Abstract methods are methods that must be overridden by subclasses
otherwise they throw an exception when called. This module can currently
check that methods implemented as for example:

package MyPackage;

use Carp qw(croak);

sub my_method {
my $self = shift;
$self = ref $self || $self;
croak \"my_method() should not be called as a function\" if !$self;
croak \"Class \'$self\' does not override my_method()\";
}

The test functions in this module checks the exception thrown and not the
implementation of a subroutine.

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-AbstractMethod-0.01-lp156.7.1.noarch.rpm
     

Provides :
perl(Test::AbstractMethod)
perl-Test-AbstractMethod

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/AbstractMethod.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Test-AbstractMethod
/usr/share/doc/packages/perl-Test-AbstractMethod/Changes
/usr/share/doc/packages/perl-Test-AbstractMethod/README
/usr/share/man/man3/Test::AbstractMethod.3pm.gz

 
ICM