INFO
Name: perl-Data-Constraint
Version: 1.204-2.el10_0
Arch: noarch
Summary: Prototypical value checking
License: Artistic-2.0
Vendor: Fedora Project
Build Host: buildvm-a64-33.iad2.fedoraproject.org
Build Date: Sat Sep 7 23:25:16 2024
Size: 21652
URL: https://metacpan.org/dist/Data-Constraint
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).
FILES
/usr/share/doc/perl-Data-Constraint
/usr/share/doc/perl-Data-Constraint/Changes
/usr/share/licenses/perl-Data-Constraint
/usr/share/licenses/perl-Data-Constraint/LICENSE
/usr/share/man/man3/Data::Constraint.3pm.gz
/usr/share/perl5/vendor_perl/Data
/usr/share/perl5/vendor_perl/Data/Constraint.pm
REQUIRES
perl(:VERSION) 5.8.0
perl(Class::Prototyped)
perl(base)
perl(strict)
perl(warnings)
perl-libs
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
perl(Data::Constraint) 1.204
perl-Data-Constraint 1.204-2.el10_0
CONFIG FILES
/usr/share/doc/perl-Data-Constraint
/usr/share/doc/perl-Data-Constraint/Changes d
/usr/share/licenses/perl-Data-Constraint
/usr/share/licenses/perl-Data-Constraint/LICENSE l
/usr/share/man/man3/Data::Constraint.3pm.gz d
/usr/share/perl5/vendor_perl/Data
/usr/share/perl5/vendor_perl/Data/Constraint.pm
LICENSE FILES
Artistic-2.0
|