SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Test-Count
Version : 0.1105 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-07-03 19:10:22
Group : Development/Libraries/Perl Source RPM : perl-Test-Count-0.1105-lp156.1.1.src.rpm
Size : 0.09 MB
Packager : https://www_suse_com/
Summary : Module for keeping track of the number of tests in a test script
Description :
Test::Count is a set of perl modules for keeping track of the number of
tests in a test file. It works by putting in comments of the form \'# TEST\'
(one test), \'# TEST*$EXPR\' or \'# TEST+$EXPR\' (both are multiple tests).
Test::Count count these tests throughout the fileand return all of their
results.

One can put any mathematical expressions (using parentheses, \'+\', \'-\', \'*\',
\'/\' and \'%\' there). One can also assign variables using \'#
TEST:$myvar=5+6;$second_var=$myvar+3\' and later use them in the add to
count expressions. A \'$var++\' construct is also available.

One can find example test scripts under t/.

A simple Vim (http://www.vim.org/) function to update the count of the
tests in the file is:

function! Perl_Tests_Count()
%perl -MTest::Count::Filter -e \'Test::Count::Filter->new({})->process()\'
endfunction

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-Count-0.1105-lp156.1.1.noarch.rpm
     

Provides :
perl(Test::Count)
perl(Test::Count::Base)
perl(Test::Count::FileMutator)
perl(Test::Count::FileMutator::ByFileType::App)
perl(Test::Count::FileMutator::ByFileType::Lib)
perl(Test::Count::Filter)
perl(Test::Count::Filter::ByFileType::App)
perl(Test::Count::Lib)
perl(Test::Count::Parser)
perl-Test-Count

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Parse::RecDescent)
perl(parent)
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/Count
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/Base.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/FileMutator
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/FileMutator.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/FileMutator/ByFileType
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/FileMutator/ByFileType/App.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/FileMutator/ByFileType/Lib.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/Filter
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/Filter.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/Filter/ByFileType
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/Filter/ByFileType/App.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/Lib.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Count/Parser.pm
/usr/share/doc/packages/perl-Test-Count
/usr/share/doc/packages/perl-Test-Count/Changes
/usr/share/doc/packages/perl-Test-Count/README
/usr/share/doc/packages/perl-Test-Count/examples
/usr/share/doc/packages/perl-Test-Count/examples/perl-test-manage-helper.pl
/usr/share/doc/packages/perl-Test-Count/examples/perl-test-manage.vim
/usr/share/licenses/perl-Test-Count
/usr/share/licenses/perl-Test-Count/LICENSE
/usr/share/man/man3/Test::Count.3pm.gz
/usr/share/man/man3/Test::Count::Base.3pm.gz
/usr/share/man/man3/Test::Count::FileMutator.3pm.gz
/usr/share/man/man3/Test::Count::FileMutator::ByFileType::App.3pm.gz
/usr/share/man/man3/Test::Count::FileMutator::ByFileType::Lib.3pm.gz
/usr/share/man/man3/Test::Count::Filter.3pm.gz
/usr/share/man/man3/Test::Count::Filter::ByFileType::App.3pm.gz
There is 2 files more in these RPM.

 
ICM