Compare commits
1 Commits
main
...
autoupdate
| Author | SHA256 | Date | |
|---|---|---|---|
| 6ea3abb84f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0cf93e525f102eca0f7f3967124d2e59d0a212f738ce54c1ddd91dda268d88a
|
||||
size 48446
|
||||
BIN
Dist-Zilla-Plugin-Test-Compile-2.059.tar.gz
LFS
Normal file
BIN
Dist-Zilla-Plugin-Test-Compile-2.059.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 05:37:41 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.59.0 (2.059)
|
||||
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-Test-Compile/Changes
|
||||
|
||||
2.059 2025-12-16 23:48:46Z
|
||||
- now also testing scripts that use #!(/usr/bin/)?env perl in their shebangs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 06:55:34 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Dist-Zilla-Plugin-Test-Compile
|
||||
#
|
||||
# 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-Compile
|
||||
Name: perl-Dist-Zilla-Plugin-Test-Compile
|
||||
Version: 2.58.0
|
||||
Version: 2.59.0
|
||||
Release: 0
|
||||
# 2.058 -> normalize -> 2.58.0
|
||||
%define cpan_version 2.058
|
||||
# 2.059 -> normalize -> 2.59.0
|
||||
%define cpan_version 2.059
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Common tests to check syntax of your modules, using only core modules
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -31,10 +31,10 @@ Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.11
|
||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||
BuildRequires: perl(Data::Section) >= 0.004
|
||||
BuildRequires: perl(Dist::Zilla) >= 4.300039
|
||||
BuildRequires: perl(Data::Section) >= 0.4
|
||||
BuildRequires: perl(Dist::Zilla) >= 4.300.39
|
||||
BuildRequires: perl(Dist::Zilla::Dist::Builder)
|
||||
BuildRequires: perl(Dist::Zilla::File::InMemory)
|
||||
BuildRequires: perl(Dist::Zilla::Role::FileFinderUser)
|
||||
@@ -42,25 +42,25 @@ BuildRequires: perl(Dist::Zilla::Role::FileGatherer)
|
||||
BuildRequires: perl(Dist::Zilla::Role::FileMunger)
|
||||
BuildRequires: perl(Dist::Zilla::Role::PrereqSource)
|
||||
BuildRequires: perl(Dist::Zilla::Role::TextTemplate)
|
||||
BuildRequires: perl(File::pushd) >= 1.004
|
||||
BuildRequires: perl(File::pushd) >= 1.4
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.34
|
||||
BuildRequires: perl(Module::CoreList) >= 2.77
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
BuildRequires: perl(Perl::PrereqScanner) >= 1.016
|
||||
BuildRequires: perl(Perl::PrereqScanner) >= 1.16
|
||||
BuildRequires: perl(Sub::Exporter::ForMethods)
|
||||
BuildRequires: perl(Test::DZil)
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::MinimumVersion)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Warnings) >= 0.009
|
||||
BuildRequires: perl(Test::Warnings) >= 0.9
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(Data::Section) >= 0.004
|
||||
Requires: perl(Dist::Zilla) >= 4.300039
|
||||
Requires: perl(Data::Section) >= 0.4
|
||||
Requires: perl(Dist::Zilla) >= 4.300.39
|
||||
Requires: perl(Dist::Zilla::Dist::Builder)
|
||||
Requires: perl(Dist::Zilla::File::InMemory)
|
||||
Requires: perl(Dist::Zilla::Role::FileFinderUser)
|
||||
@@ -93,7 +93,7 @@ with perl 5.12 (but the test still runs on perl 5.6).
|
||||
This plugin accepts the following options:
|
||||
|
||||
%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