# # spec file for package perl-Test-Perl-Critic # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: perl-Test-Perl-Critic Version: 1.04 Release: 1.23 %define cpan_name Test-Perl-Critic Summary: Use Perl::Critic in test programs License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Perl-Critic/ Source0: https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(MCE) >= 1.827 BuildRequires: perl(Module::Build) >= 0.400000 BuildRequires: perl(Perl::Critic) >= 1.105 BuildRequires: perl(Perl::Critic::Utils) >= 1.105 BuildRequires: perl(Perl::Critic::Violation) >= 1.105 BuildRequires: perl(Test::Builder) >= 0.88 Requires: perl(MCE) >= 1.827 Requires: perl(Perl::Critic) >= 1.105 Requires: perl(Perl::Critic::Utils) >= 1.105 Requires: perl(Perl::Critic::Violation) >= 1.105 Requires: perl(Test::Builder) >= 0.88 %{perl_requires} %description Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate convenience (at the expense of some flexibility), see the criticism pragma. If you have an large existing code base, you might prefer to use Test::Perl::Critic::Progressive, which allows you to clean your code incrementally instead of all at once.. If you'd like to try Perl::Critic without installing anything, there is a web-service available at http://perlcritic.com. The web-service does not support all the configuration features that are available in the native Perl::Critic API, but it should give you a good idea of what Perl::Critic can do. %prep %setup -q -n %{cpan_name}-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check ./Build test %install ./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) %doc Changes README %license LICENSE %changelog * Tue Mar 27 2018 coolo@suse.com - updated to 1.04 see /usr/share/doc/packages/perl-Test-Perl-Critic/Changes [1.04] Released on 2018-03-26 Sped up critic_ok() by 4x by not recreating a Perl::Critic object over and over. Thanks, Jan HolĨapek. (GH#10) Now requires Test::Builder~0.88 or later to support the done_testing() method. (GH#2) Now requires MCE 1.827 to deal with problems running under taint mode. Thanks, Alexandr Ciornii. (GH #6) * Fri Apr 17 2015 coolo@suse.com - updated to 1.03 see /usr/share/doc/packages/perl-Test-Perl-Critic/Changes * Wed Dec 1 2010 coolo@novell.com - switch to perl_requires macro * Mon Nov 29 2010 coolo@novell.com - remove /var/adm/perl-modules * Sun Aug 22 2010 pascal.bleser@opensuse.org - initial package (1.02)