| Name: | rh-perl530-perl-Params-ValidationCompiler |
|---|---|
| Version: | 0.30 |
| Release: | 6.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 93748 |
| License: | Artistic 2.0 |
| RPM: | rh-perl530-perl-Params-ValidationCompiler-0.30-6.el7.noarch.rpm |
| Source RPM: | rh-perl530-perl-Params-ValidationCompiler-0.30-6.el7.src.rpm |
| Build Date: | Mon Dec 14 2020 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Params-ValidationCompiler |
| Summary: | Build an optimized subroutine parameter validator once, use it forever |
| Description: | Create a customized, optimized, non-lobotomized, uncompromised, and thoroughly specialized parameter checking subroutine. |
- SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Perl 5.30 re-rebuild of bootstrapped packages
- Perl 5.30 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Perl 5.28 re-rebuild of bootstrapped packages
- Perl 5.28 rebuild
- Update to 0.27
- Fixed a bug with inlining Moose types: if a type's parent needed
environment variables, those would not get closed over (GH#22)
- Added a debug option to dump the source of the subroutine before it is
eval'd