diff --git a/README.md b/README.md index 3985e91..dce42c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # perl-Test-Perl-Critic -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. +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. diff --git a/perl-Test-Perl-Critic.spec b/perl-Test-Perl-Critic.spec index 1bf6687..7b46985 100644 --- a/perl-Test-Perl-Critic.spec +++ b/perl-Test-Perl-Critic.spec @@ -1,26 +1,27 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Test-Perl-Critic -Version: 1.02 +Version: 1.03 Release: 1mamba Summary: Test::Perl::Critic - Use Perl::Critic in test programs Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: gil +Packager: Silvan Calarco URL: http://www.cpan.org Source: http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Test-Perl-Critic-%{version}.tar.gz License: GPL, Artistic +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-MCE +BuildRequires: perl-Perl-Critic +BuildRequires: perl-devel +## AUTOBUILDREQ-END BuildRequires: perl(Carp) BuildRequires: perl(English) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build) -BuildRequires: perl(Perl::Critic) -BuildRequires: perl(Perl::Critic::Utils) -BuildRequires: perl(Perl::Critic::Violation) BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::More) -BuildRequires: perl-devel Requires: perl >= %perl_major_ver Requires: perl(Carp) Requires: perl(English) @@ -31,9 +32,7 @@ Requires: perl(Test::Builder) BuildRoot: %{_tmppath}/%{name}-%{version}-root %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. +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. %prep %setup -q -n Test-Perl-Critic-%{version} @@ -59,5 +58,8 @@ chmod -R u+w %{buildroot}/* %doc Changes LICENSE README %changelog +* Sat Feb 01 2020 Automatic Build System 1.03-1mamba +- automatic update by autodist + * Fri Feb 18 2011 gil 1.02-1mamba - package created by autospec