Name : perl-Test-Compile
| |
Version : 1.3.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 7.1
| Date : 2017-06-21 13:26:17
|
Group : Development/Libraries/Perl
| Source RPM : perl-Test-Compile-1.3.0-7.1.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : Check whether Perl files compile correctly
|
Description :
\'Test::Compile\' lets you check the whether your perl modules and scripts compile properly, and report its results 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/devel:/languages:/perl/SLE_12_SP3/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Test::Compile)
perl(Test::Compile::Internal)
perl-Test-Compile
Requires :