rebuilt with perl 5.36.0 [release 0.17-2mamba;Mon Apr 17 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:46:00 +01:00
parent cbddd0ad4a
commit f716d44ccf

View File

@ -2,21 +2,20 @@
Name: perl-Test-UseAllModules Name: perl-Test-UseAllModules
Version: 0.17 Version: 0.17
Release: 1mamba Release: 2mamba
Summary: Test::UseAllModules - do use_ok() for all the MANIFESTed modules Summary: Test::UseAllModules - do use_ok() for all the MANIFESTed modules
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Test-UseAllModules-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Test-UseAllModules-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-Test-Simple
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Test::UseAllModules - do use_ok() for all the MANIFESTed modules. Test::UseAllModules - do use_ok() for all the MANIFESTed modules.
@ -51,5 +50,8 @@ done
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 0.17-2mamba
- rebuilt with perl 5.36.0
* Mon Dec 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17-1mamba * Mon Dec 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17-1mamba
- package created using the webbuild interface - package created using the webbuild interface