Name : perl-Test-Compile
| |
Version : 3.0.1
| Vendor : openSUSE
|
Release : bp155.2.4
| Date : 2022-08-03 07:26:24
|
Group : Unspecified
| Source RPM : perl-Test-Compile-3.0.1-bp155.2.4.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; 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:/Leap:/15.5:/ToTest/images/repo/openSUSE-Leap-15.5-x86_64-aarch64-ppc64le-s390x-Media1/noarch |