SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-Class-Most rpm build for : openSUSE Leap 15. For other distributions click perl-Test-Class-Most.

Name : perl-Test-Class-Most
Version : 0.08 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp151.3.1 Date : 2018-12-03 21:42:16
Group : Development/Libraries/Perl Source RPM : perl-Test-Class-Most-0.08-lp151.3.1.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : Test Classes the easy way
Description :
When people write test classes with the excellent \'Test::Class\', you often
see the following at the top of the code:

package Some::Test::Class;

use strict;
use warnings;
use base \'My::Test::Class\';
use Test::More;
use Test::Exception;



That\'s a lot of boilerplate and I don\'t like boilerplate. So now you can do
this:

use Test::Class::Most parent => \'My::Test::Class\';

That automatically imports the strict manpage and the warnings manpage for
you. It also gives you all of the testing goodness from the Test::Most
manpage.

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

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(Test::Class::Most)
perl-Test-Class-Most

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Test::Class) >= 0.38
perl(Test::Most) >= 0.31
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/Class
/usr/lib/perl5/vendor_perl/5.26.1/Test/Class/Most.pm
/usr/share/doc/packages/perl-Test-Class-Most
/usr/share/doc/packages/perl-Test-Class-Most/Changes
/usr/share/doc/packages/perl-Test-Class-Most/README
/usr/share/man/man3/Test::Class::Most.3pm.gz

 
ICM