Skip to content
Merged
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-Params-ValidationCompiler-0.30.tar.gz": "dc5bee23383be42765073db284bed9fbd819d4705ad649c20b644452090d16cb"
"Params-ValidationCompiler-0.31.tar.gz": "7b6497173f1b6adb29f5d51d8cf9ec36d2f1219412b4b2410e9d77a901e84a6d"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
# Run optional test
%if ! (0%{?rhel})
%bcond_without perl_Params_ValidationCompiler_enables_optional_test
Expand All @@ -6,14 +8,12 @@
%endif

Name: perl-Params-ValidationCompiler
Version: 0.30
Release: 7%{?dist}
Version: 0.31
Release: 1%{?dist}
Summary: Build an optimized subroutine parameter validator once, use it forever
License: Artistic 2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
License: Artistic-2.0
URL: https://metacpan.org/release/Params-ValidationCompiler
Source0: https://cpan.metacpan.org/modules/by-module/Params/Params-ValidationCompiler-%{version}.tar.gz#/perl-Params-ValidationCompiler-%{version}.tar.gz
Source0: https://cpan.metacpan.org/modules/by-module/Params/Params-ValidationCompiler-%{version}.tar.gz
BuildArch: noarch
# Build
BuildRequires: coreutils
Expand All @@ -24,7 +24,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) > 6.75
# Module
BuildRequires: perl(B)
BuildRequires: perl(Carp)
BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(Class::XSAccessor) >= 1.17
BuildRequires: perl(Eval::Closure)
BuildRequires: perl(Exception::Class)
BuildRequires: perl(Exporter)
Expand Down Expand Up @@ -58,8 +58,7 @@ BuildRequires: perl(Types::Standard)
%endif
%endif
# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Recommends: perl(Class::XSAccessor)
Recommends: perl(Class::XSAccessor) >= 1.17
Recommends: perl(Sub::Util) >= 1.40

%description
Expand Down Expand Up @@ -89,6 +88,10 @@ make test
%{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*

%changelog
* Mon Dec 22 2025 Akarsh Chaudhary <[email protected]> - 0.31-1
- Upgrade to version 0.31 (license: MIT).
- License verified

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.30-7
- 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 @@ -19293,8 +19293,8 @@
"type": "other",
"other": {
"name": "perl-Params-ValidationCompiler",
"version": "0.30",
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/Params/Params-ValidationCompiler-0.30.tar.gz"
"version": "0.31",
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/Params/Params-ValidationCompiler-0.31.tar.gz"
}
}
},
Expand Down
Loading