Automatic update to v3.5.0 (3.005) #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3feef1a917c087fd4204838b7c750598bfc6bd9549a6715da1cba39f89a8a8da
|
||||
size 35662
|
BIN
Dist-Zilla-Plugin-Test-Perl-Critic-3.005.tar.gz
(Stored with Git LFS)
Normal file
BIN
Dist-Zilla-Plugin-Test-Perl-Critic-3.005.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 19:59:10 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.5.0 (3.005)
|
||||
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-Test-Perl-Critic/Changes
|
||||
|
||||
3.005 2025-10-01 18:30:45Z
|
||||
- added option embed_critic_config (Mikko Koivunalho)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 05:33:18 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Dist-Zilla-Plugin-Test-Perl-Critic
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Dist-Zilla-Plugin-Test-Perl-Critic
|
||||
Name: perl-Dist-Zilla-Plugin-Test-Perl-Critic
|
||||
Version: 3.4.0
|
||||
Version: 3.5.0
|
||||
Release: 0
|
||||
# 3.004 -> normalize -> 3.4.0
|
||||
%define cpan_version 3.004
|
||||
# 3.005 -> normalize -> 3.5.0
|
||||
%define cpan_version 3.005
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Tests to check your code against best practices
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -31,7 +31,7 @@ Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Data::Section) >= 0.004
|
||||
BuildRequires: perl(Data::Section) >= 0.4
|
||||
BuildRequires: perl(Dist::Zilla::File::InMemory)
|
||||
BuildRequires: perl(Dist::Zilla::Role::FileFinderUser)
|
||||
BuildRequires: perl(Dist::Zilla::Role::FileGatherer)
|
||||
@@ -39,16 +39,17 @@ BuildRequires: perl(Dist::Zilla::Role::FileMunger)
|
||||
BuildRequires: perl(Dist::Zilla::Role::PrereqSource)
|
||||
BuildRequires: perl(Dist::Zilla::Role::TextTemplate)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.34
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
BuildRequires: perl(Sub::Exporter::ForMethods)
|
||||
BuildRequires: perl(Test::DZil)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(autodie)
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
Requires: perl(Data::Section) >= 0.004
|
||||
Requires: perl(Data::Section) >= 0.4
|
||||
Requires: perl(Dist::Zilla::File::InMemory)
|
||||
Requires: perl(Dist::Zilla::Role::FileFinderUser)
|
||||
Requires: perl(Dist::Zilla::Role::FileGatherer)
|
||||
@@ -57,6 +58,7 @@ Requires: perl(Dist::Zilla::Role::PrereqSource)
|
||||
Requires: perl(Dist::Zilla::Role::TextTemplate)
|
||||
Requires: perl(Moose)
|
||||
Requires: perl(Moose::Util::TypeConstraints)
|
||||
Requires: perl(Path::Tiny)
|
||||
Requires: perl(Sub::Exporter::ForMethods)
|
||||
Requires: perl(namespace::autoclean)
|
||||
Provides: perl(Dist::Zilla::Plugin::CriticTests) = %{version}
|
||||
@@ -76,7 +78,7 @@ During these runs, _xt/author/critic.t_ will use Test::Perl::Critic to run
|
||||
Perl::Critic against your code and by report findings.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Build.PL --installdirs=vendor
|
||||
|
Reference in New Issue
Block a user