Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Test-Strict | Distribution: SUSE Linux 16 |
Version: 0.52 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 160000.1.4 | Build date: Thu Aug 3 14:57:32 2023 |
Group: Unspecified | Build host: reproducible |
Size: 46892 | Source RPM: perl-Test-Strict-0.52-160000.1.4.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://metacpan.org/release/Test-Strict | |
Summary: Check syntax, presence of use strict; and test coverage |
The most basic test one can write is "does it compile ?". This module tests if the code compiles and play nice with Test::Simple modules. Another good practice this module can test is to "use strict;" in all perl files. By setting a minimum test coverage through 'all_cover_ok()', a code author can ensure his code is tested above a preset level of _kwality_ throughout the development cycle. Along with Test::Pod, this module can provide the first tests to setup for a module author. This module should be able to run under the -T flag for perl >= 5.6. All paths are untainted with the following pattern: 'qr|^([-+@\w./:\\]+)$|' controlled by '$Test::Strict::UNTAINT_PATTERN'.
Artistic-1.0 OR GPL-1.0-or-later
* Thu Aug 03 2023 dimstar@opensuse.org - Add test-perl-5.38.patch: Don't simultaneously test -c and -v switches. Patch based on https://patch-diff.githubusercontent.com/raw/manwar/Test-Strict/pull/33.patch. * Tue Jun 18 2019 coolo@please-enter-an-email-address - updated to 0.52 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.52 2019-06-16 10:10:00 MANWAR - Applied patch provided by Matthew (Issue #25). * Sun Jun 16 2019 coolo@suse.com - updated to 0.51 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.51 2019-06-15 06:30:00 MANWAR - Now ignores .git folder (Issue #26). * Sat Jun 15 2019 coolo@suse.com - updated to 0.50 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.50 2019-06-14 15:30:00 MANWAR - Added Test::Roo::Role to the list (Issue #29). * Fri Jun 14 2019 coolo@suse.com - updated to 0.49 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.49 2019-06-13 12:20:00 MANWAR - Fixed CPANTS issue (main_module_version_matches_dist_version). * Thu May 30 2019 coolo@suse.com - updated to 0.48 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.48 2019-05-29 11:00:00 MANWAR - Added Test::Most to modules with strictures, #27 @robrwo * Tue Jul 17 2018 coolo@suse.com - updated to 0.47 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.47 2018-07-07 18:00:00 MANWAR - Upgraded version. * Sat Jul 07 2018 coolo@suse.com - updated to 0.46 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.46 2018-07-06 15:55:00 MANWAR - Patched issue #24 raised by @robrwo. * Sun Feb 25 2018 coolo@suse.com - updated to 0.45 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.45 2018-02-22 16:45:00 MANWAR - Revisited to address issue #17, (Devel::Cover no longer prereq). 0.44 2018-02-21 19:20:00 MANWAR - Added key 'clean' and 'dist' to Makefile.PL script. * Wed Feb 21 2018 coolo@suse.com - updated to 0.43 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.43 2018-02-20 15:00:00 MANWAR - Bumped the version. 0.42 2018-02-20 13:00:00 MANWAR - Addressed issue #17, (Devel::Cover no longer prereq). * Mon Feb 12 2018 coolo@suse.com - updated to 0.41 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.41 2018-02-09 12:30:00 MANWAR - Merged pull request #23, thanks @arc. * Thu Nov 30 2017 coolo@suse.com - updated to 0.40 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.40 2017-11-29 13:00:00 MANWAR - Merged pull request #22, thanks @cpansprout. * Sat Dec 03 2016 coolo@suse.com - updated to 0.39 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.39 2016-12-02 12:10:00 MANWAR - Merged pull request #21, thanks @arc. * Fri Dec 02 2016 coolo@suse.com - updated to 0.38 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.38 2016-12-01 12:50:00 MANWAR - Merged pull request #20, thanks @tomhukins. * Sun Jun 12 2016 coolo@suse.com - updated to 0.37 see /usr/share/doc/packages/perl-Test-Strict/Changes * Tue Jan 19 2016 coolo@suse.com - updated to 0.36 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.36 2016-01-17 02:10:00 MANWAR - Fixed issue RT# 55112 (svn directories incorrectly filtered out). 0.35 2016-01-16 08:45:00 MANWAR - Fixed Github issue #16. * Sun Nov 15 2015 coolo@suse.com - updated to 0.34 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.34 2015-11-15 08:50:00 MANWAR - Added key 'provides' to the Makefile.PL script. * Sat Nov 14 2015 coolo@suse.com - updated to 0.33 see /usr/share/doc/packages/perl-Test-Strict/Changes * Mon Nov 09 2015 coolo@suse.com - updated to 0.32 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.32 2015-11-03 10:10:00 MANWAR - Added LICENSE file. - Added standard unit test script (t/00-load.t). * Thu Oct 29 2015 coolo@suse.com - updated to 0.31 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.31 2015-10-27 10:35:00 MANWAR - Upgraded the min perl version to 5.006 as proposed by Perl::MinimumVersion. - Added MIN_PERL_VERSION to the Makefile.PL script. - Updated unit test script t/02fail.t to comply with perl 5.006. * Sat Oct 24 2015 coolo@suse.com - updated to 0.30 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.30 2015-10-24 - Tidied up Makefile.PL script. - Removed the executable attributes from some of the unit test script. 0.29 2015-10-19 - Updated link to github repository in the Makefile.PL script - Updated bugtracker link in the Makefile.PL script. - Updated x_contributors list in the Makefile.PL script - Updated link to github repository in the pod document of Test::Strict package. - Updated MAINTAINER section in the pod document of Test::Strict package. * Sun Oct 04 2015 coolo@suse.com - updated to 0.28 see /usr/share/doc/packages/perl-Test-Strict/Changes 0.28 2015-10-02 - Make syntax_ok check modules without '::' in their names (Petr Ĺ abata) * Thu Apr 16 2015 coolo@suse.com - updated to 0.27 see /usr/share/doc/packages/perl-Test-Strict/Changes * Sun May 01 2011 coolo@opensuse.org - initial package 0.14 * created by cpanspec 1.78.04
/usr/lib/perl5/vendor_perl/5.38.2/Test /usr/lib/perl5/vendor_perl/5.38.2/Test/Strict.pm /usr/share/doc/packages/perl-Test-Strict /usr/share/doc/packages/perl-Test-Strict/Changes /usr/share/doc/packages/perl-Test-Strict/README /usr/share/licenses/perl-Test-Strict /usr/share/licenses/perl-Test-Strict/LICENSE /usr/share/man/man3/Test::Strict.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Apr 11 23:48:13 2025