Thu, 19 Sep 2024 03:03:38 UTC | login

Information for build perl-Params-ValidationCompiler-0.30-9.fc33

ID173455
Package Nameperl-Params-ValidationCompiler
Version0.30
Release9.fc33
Epoch
SummaryBuild an optimized subroutine parameter validator once, use it forever
DescriptionCreate a customized, optimized, non-lobotomized, uncompromised, and thoroughly specialized parameter checking subroutine.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 12:35:27 UTC
CompletedThu, 13 Aug 2020 12:35:27 UTC
Tags
f33
f37
f38
RPMs
src
perl-Params-ValidationCompiler-0.30-9.fc33.src.rpm (info) (download)
noarch
perl-Params-ValidationCompiler-0.30-9.fc33.noarch.rpm (info) (download)
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.30-8 - Perl 5.32 re-rebuild of bootstrapped packages * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.30-7 - Perl 5.32 rebuild * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.30-4 - Perl 5.30 re-rebuild of bootstrapped packages * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.30-3 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Aug 01 2018 Paul Howarth <paul@city-fan.org> - 0.30-1 - Update to 0.30 - Added a new option for named params, "return_object", which causes the validation sub to return an object with methods for each param rather than a hashref; this is a great way to avoid typos in hash keys (idea shamelessly stolen from Toby Inkster's Type::Params module) - Tweaked the POD formatting so that the table of contents generated by MetaCPAN is more useful - Optionally use Class::XSAccessor