Prototypical value checking
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).
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.205-2.fc42 | - |
Fedora 42 | 1.205-2.fc42 | - |
Fedora 41 | 1.204-2.fc41 | - |
Fedora 40 | 1.204-1.fc40 | - |
Fedora EPEL 10.1 | 1.204-2.el10_0 | - |
Fedora EPEL 10.0 | 1.204-2.el10_0 | - |
You can contact the maintainers of this package via email at
perl-Data-Constraint dash maintainers at fedoraproject dot org
.