SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Test-Most
Version : 0.35 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 17.1 Date : 2017-06-19 23:12:57
Group : Development/Libraries/Perl Source RPM : perl-Test-Most-0.35-17.1.src.rpm
Size : 0.04 MB
Packager : (none)
Summary : Most commonly needed test functions and features
Description :
Test::Most exists to reduce boilerplate and to make your testing life
easier. We provide \"one stop shopping\" for most commonly used testing
modules. In fact, we often require the latest versions so that you get bug
fixes through Test::Most and don\'t have to keep upgrading these modules
separately.

This module provides you with the most commonly used testing functions,
along with automatically turning on strict and warning and gives you a bit
more fine-grained control over your test suite.

use Test::Most tests => 4, \'die\';

ok 1, \'Normal calls to ok() should succeed\';
is 2, 2, \'... as should all passing tests\';
eq_or_diff [3], [4], \'... but failing tests should die\';
ok 4, \'... will never get to here\';

As you can see, the \'eq_or_diff\' test will fail. Because \'die\' is in the
import list, the test program will halt at that point.

If you do not want strict and warnings enabled, you must explicitly disable
them. Thus, you must be explicit about what you want and no longer need to
worry about accidentally forgetting them.

use Test::Most tests => 4;
no strict;
no warnings;

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

Content of RPM  Changelog  Provides Requires

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

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

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
perl(Test::Deep) => 0.119
perl(Test::More) => 1.302047
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(Exception::Class) => 1.14
perl(Test::Warn) => 0.30
perl(Test::Differences) => 0.64
perl(:MODULE_COMPAT_5.18.2)
perl(Test::Exception) => 0.430000
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(Test::Harness) => 3.35


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

 
ICM