SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Test-Compile
Version : 3.3.3 Vendor : openSUSE
Release : 1.2 Date : 2024-05-06 05:07:58
Group : Unspecified Source RPM : perl-Test-Compile-3.3.3-1.2.src.rpm
Size : 0.04 MB
Packager : https://bugs_opensuse_org
Summary : Assert that your Perl files compile OK
Description :
\'Test::Compile\' lets you check the whether your perl modules and scripts
compile properly, results are reported in standard \'Test::Simple\' fashion.

The basic usage - as shown above, will locate your perl files and test that
they all compile.

Module authors can (and probably should) include the following in a
_t/00-compile.t_ file and have \'Test::Compile\' automatically find and check
all Perl files in a module distribution:


use strict;
use warnings;
use Test::Compile qw();

my $test = Test::Compile->new();
$test->all_files_ok();
$test->done_testing();

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/ALP:/Experimental:/Slowroll/base.20240702/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Test-Compile-3.3.3-1.2.noarch.rpm
ftp.icm.edu.pl  perl-Test-Compile-3.3.3-1.2.noarch.rpm
ftp.icm.edu.pl  perl-Test-Compile-3.3.3-1.2.noarch.rpm
ftp.icm.edu.pl  perl-Test-Compile-3.3.3-1.2.noarch.rpm
ftp.icm.edu.pl  perl-Test-Compile-3.3.3-1.2.noarch.rpm
ftp.icm.edu.pl  perl-Test-Compile-3.3.3-1.2.noarch.rpm
     

Provides :
perl(Test::Compile)
perl(Test::Compile::Internal)
perl-Test-Compile

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(Exporter) >= 5.68
perl(parent) >= 0.225
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Test
/usr/lib/perl5/vendor_perl/5.40.0/Test/Compile
/usr/lib/perl5/vendor_perl/5.40.0/Test/Compile.pm
/usr/lib/perl5/vendor_perl/5.40.0/Test/Compile/Internal.pm
/usr/share/doc/packages/perl-Test-Compile
/usr/share/doc/packages/perl-Test-Compile/Changes
/usr/share/doc/packages/perl-Test-Compile/README
/usr/share/licenses/perl-Test-Compile
/usr/share/licenses/perl-Test-Compile/LICENSE
/usr/share/man/man3/Test::Compile.3pm.gz
/usr/share/man/man3/Test::Compile::Internal.3pm.gz

 
ICM