Name: | perl-Data-Constraint |
---|---|
Version: | 1.204 |
Release: | 2.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 21652 |
License: | Artistic-2.0 |
RPM: | perl-Data-Constraint-1.204-2.el10_0.noarch.rpm |
Source RPM: | perl-Data-Constraint-1.204-2.el10_0.src.rpm |
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/dist/Data-Constraint |
Summary: | Prototypical value checking |
Description: | A constraint is some sort of condition on a datum. This module checks one condition against one value at a time, and I call the thing that checks that condition the "constraint". A constraint returns true or false, and that's it. It should have no side effects, it should not change program flow, and it should mind its own business. Let the thing that calls the constraint figure out what to do with it. I want something that says "yes" or "no" (and I discuss why this needs a fancy module later). |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Update to 1.204.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Spec file cosmetics.
- Reflect feedback from review.
- Initial Fedora package.