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

perl-Test-Compile-3.3.3-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: perl-Test-Compile Distribution: openSUSE Tumbleweed
Version: 3.3.3 Vendor: openSUSE
Release: 1.1 Build date: Mon May 6 05:07:58 2024
Group: Unspecified Build host: reproducible
Size: 37578 Source RPM: perl-Test-Compile-3.3.3-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://metacpan.org/release/Test-Compile
Summary: Assert that your Perl files compile OK
'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();

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Mon May 06 2024 Tina Müller <timueller+perl@suse.de>
  - updated to 3.3.3
    see /usr/share/doc/packages/perl-Test-Compile/Changes
    v3.3.3	  2024-05-06
    - Be more careful about windows filenames
    v3.3.2	  2024-05-03
    - Require a newer version of Test::More (fix CPAN testing failure?)
    - Don't add an unnecassary "./" to the start of filepaths (CPAN-RT 151090)
* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com>
  - Fix disabling of __perllib_provides
* Mon Jul 17 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 3.3.1
    see /usr/share/doc/packages/perl-Test-Compile/Changes
    v3.3.1	  2023-07-17
    - Fix 'silent, no taint' mode (which doesn't cause the compile to fail)
    v3.3.0	  2023-07-12
    - Tests should pass, even if Taint mode is not compiled into perl
    - Improve the documentation (@dirs was a terrible name)
    - Internal: improve error handling
    - Internal: remove redundant constants
    - Internal: simplify complex conditional (for better testing)
    - Internal: more tests for better coverage
* Thu Apr 06 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 3.2.2
    see /usr/share/doc/packages/perl-Test-Compile/Changes
    v3.2.2	  2023-04-06
    - Finally understand (and fix?) the test failures on windows
    v3.2.1	  2023-04-05
    - Try to resolve some issues highlighted by CpanTesters
* Mon Apr 03 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 3.2.0
    see /usr/share/doc/packages/perl-Test-Compile/Changes
    v3.2.0	  2023-04-03
    - Sort the output of all_pl_files() and all_pm_files()
    v3.1.1	  2023-03-28
    - Proof read and correct the POD
    - Be more consistent about where we search for files (by default)
    - Update copyright (2023)
* Fri Jun 03 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 3.1.0
    see /usr/share/doc/packages/perl-Test-Compile/Changes
    v3.1.0	  2022-06-02
    - (Tom Hukins) Treat files with .psgi extensions as perl
    - (Tom Hukins) Look for file in a case insensitive manner
    - Update the example code so it doesn't import anything
* Sun Aug 22 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 3.0.1
    see /usr/share/doc/packages/perl-Test-Compile/Changes
    v3.0.1	  2021-08-22
    - (waterkip) Really remove UNIVERSAL::require (CPAN-RT 138934)
    v3.0.0	  2021-08-21
    - Stop tring to detect the OS
    - Stop doing strange things for non posix systems (not backwards compatible)
    - Don't depend on UNIVERSAL::require
* Thu Jun 17 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 2.4.2
    see /usr/share/doc/packages/perl-Test-Compile/Changes
    v2.4.2	  2021-06-16
    - (dboehmer) make 'all_files_ok()' more consistent
    - (dboehmer) Fix typo
    - More documentation improvements
    - Yet more tests
    - Update copyright
* Tue Jul 07 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 2.4.1
    see /usr/share/doc/packages/perl-Test-Compile/Changes
    v2.4.1    2020-07-06
    - Fix if perl is installed in a dir with a space in it's path
    - Fix for Strwberry perl without Devel::CheckOS
* Sun Mar 29 2020 <timueller+perl@suse.de>
  - updated to 2.4.0
    see /usr/share/doc/packages/perl-Test-Compile/Changes
    v2.4.0    2020-03-29
    - RT-132153: Be more verbose when in verbose mode
    - Update copyright

Files

/usr/lib/perl5/vendor_perl/5.38.2/Test
/usr/lib/perl5/vendor_perl/5.38.2/Test/Compile
/usr/lib/perl5/vendor_perl/5.38.2/Test/Compile.pm
/usr/lib/perl5/vendor_perl/5.38.2/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jun 1 23:28:49 2024