Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Test-Compile-1.3.0-lp152.3.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-Test-Compile Distribution: openSUSE Leap 15.2
Version: 1.3.0 Vendor: openSUSE
Release: lp152.3.2 Build date: Fri Sep 20 19:14:52 2019
Group: Development/Libraries/Perl Build host: lamb04
Size: 35626 Source RPM: perl-Test-Compile-1.3.0-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Test-Compile/
Summary: Check whether Perl files compile correctly
'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();

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Sat Sep 26 2015 coolo@suse.com
  - updated to 1.3.0
    see /usr/share/doc/packages/perl-Test-Compile/Changes
* Tue Apr 14 2015 coolo@suse.com
  - updated to 1.2.1
    see /usr/share/doc/packages/perl-Test-Compile/Changes
    v1.2.1    UNRELEASED              (Evan Giles <egiles@cpan.org>)
    - Fix (skip where appropriate) failing CPAN test
    - Avoid warnings for empty files in all_pl_files (Nigel Gregoire)
* Tue Dec 02 2014 coolo@suse.com
  - updated to 1.2.0
    - Files without extension may not be perl (rt83917)
    - Small POD fix
    v1.1.0    2014-07-18              (Evan Giles <egiles@cpan.org>)
    - Allow use of Test::Compile in an object oriented manner
    - Promote the OO interface in the POD
    - Test::Compile::Internal is now verbose by default
    - Correct the dependancy information
    v1.0.1    2014-03-20              (Evan Giles <egiles@cpan.org>)
    - Fix stupid omission from the MANAIFEST (tests failed everywhere)
    v1.0.0    2014-03-19              (Evan Giles <egiles@cpan.org>)
    - Try to use Sematic Versioning - http://semver.org
    - Add diagnostics on compilation failure        (Micheal G. Schwern)
    - require, don't use                            (Micheal G. Schwern)
    - Test for truth, not an integer.               (Micheal G. Schwern)
    - Small POD fix                                 (Micheal G. Schwern)
    - OS X is not a crazy OS from a redirection POV (Micheal G. Schwern)
    0.24  2013 02 22                  (Evan Giles <egiles@cpan.org>)
    - Update POD to explain more problems with Test::Compile
    0.23  2013.01.23                  (Evan Giles <egiles@cpan.org>)
    - Update Copyright for 2013
    - CPAN-RT #82887, Sébastien Aperghis-Tramoni <sebastien@aperghis.net>
    - Correct handling of PERL5LIB
    - fix regexp to detect taint mode
    0.22  2012.10.31                  (Evan Giles <egiles@cpan.org>)
    - Set verbose on for the Test::Compile library (rt80187)
    0.21  2012.09.05                  (Evan Giles <egiles@cpan.org>)
    - Finally test that the verbose method actaully works.
    - Update the POD - mostly to simplify it.
    - Remove redundant code, yet more tests.
    - Test::Compile::Internal is no longer 'beta'.
    0.20  2012.08.08                  (Evan Giles <egiles@cpan.org>)
    - Tests should also work outside unix (rt78810)
    0.19  2012.08.03                  (Evan Giles <egiles@cpan.org>)
    - Introduce Test::Compile::Internal.pm
    - Utilise Test::Compile::Internal to get better test coverage
    0.18  2012.07.16                  (Evan Giles <egiles@cpan.org>)
    - Fix a warning that leaks out (rt78363)
    0.17  2012.02.25                   (Evan Giles <egiles@cpan.org>)
    - Another few tests for taint logic
    0.16_1 2012.02.23                   (Evan Giles <egiles@cpan.org>)
    - Reapply patches from Nicholas Bamber (rt55837 & rt72557)
    0.16   2012.02.21                   (Evan Giles <egiles@cpan.org>)
    - Skip tests if there are not files to test (rt69297)
    - Handle taint mode correctly (rt55837)
    - Add 'blib/lib' to the search path for scripts (rt72557)
    0.15  Fri 2012.02.03 20:33:55 NZST (Evan Giles <egiles@cpan.org>)
    - Fork, and run compile tests in the child process (rt73290 & rt73291)
    0.14  Tue 2012.01.10 20:03:24 NZST (Evan Giles <egiles@cpan.org>)
    - Convert to Module::Build
    - Improved test for pl_file_ok()
    - Better test coverage (which files do we process, failed to compile, etc)
    - Remove duplicate code
* Thu Apr 21 2011 coolo@opensuse.org
  - initial package 0.13
    * created by cpanspec 1.78.04

Files

/usr/lib/perl5/vendor_perl/5.26.1/Test
/usr/lib/perl5/vendor_perl/5.26.1/Test/Compile
/usr/lib/perl5/vendor_perl/5.26.1/Test/Compile.pm
/usr/lib/perl5/vendor_perl/5.26.1/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/LICENSE
/usr/share/doc/packages/perl-Test-Compile/README
/usr/share/man/man3/Test::Compile.3pm.gz
/usr/share/man/man3/Test::Compile::Internal.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024