Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"perl-Test2-Plugin-NoWarnings-0.08.tar.gz": "9e914cbd54008f49f9c115539914667d3b30f7acf7a6ab5272e06162f5645988"
"perl-Test2-Plugin-NoWarnings-0.10.tar.gz": "c97cb1122cc6e3e4a079059da71e12f65760bfb0671d19d25a7ec7c5f1f240fb"
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Name: perl-Test2-Plugin-NoWarnings
Version: 0.08
Release: 3%{?dist}
Summary: Fail if tests warn
License: Artistic 2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: perl-Test2-Plugin-NoWarnings
Version: 0.10
Release: 1%{?dist}
Summary: Fail if tests warn
License: Artistic-2.0
URL: https://metacpan.org/release/Test2-Plugin-NoWarnings
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-%{version}.tar.gz#/perl-Test2-Plugin-NoWarnings-%{version}.tar.gz
BuildArch: noarch
Expand All @@ -18,22 +18,23 @@ BuildRequires: perl(ExtUtils::MakeMaker) > 6.75
BuildRequires: perl(Carp)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(Test2) >= 1.302096
BuildRequires: perl(Test2) >= 1.302167
BuildRequires: perl(Test2::API)
BuildRequires: perl(Test2::Event)
BuildRequires: perl(Test2::Util::HashBase)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(File::Spec)
BuildRequires: perl(IPC::Run3)
BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Test2::Require::Module)
BuildRequires: perl(Test2::V0)
BuildRequires: perl(Test::More) >= 0.96
# Optional Tests
BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(CPAN::Meta::Prereqs)
# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# (none)

%description
Loading this plugin causes your tests to fail if there are any warnings while
Expand Down Expand Up @@ -65,6 +66,10 @@ make test
%{_mandir}/man3/Test2::Plugin::NoWarnings.3*

%changelog
* Thu Nov 20 2025 Akarsh Chaudhary <v-akarshc@microsoft.com> - 0.10-1
- Upgrade to version 0.10 (license: MIT).
- License verified

* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.08-3
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20523,8 +20523,8 @@
"type": "other",
"other": {
"name": "perl-Test2-Plugin-NoWarnings",
"version": "0.08",
"downloadUrl": "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.08.tar.gz"
"version": "0.10",
"downloadUrl": "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.10.tar.gz"
}
}
},
Expand Down
Loading