diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2011-07-27 15:19:16 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2011-07-27 15:19:16 +0800 |
commit | 1b5a2e1c1da9c1fc83db2d276953f52c6b130ef3 (patch) | |
tree | ab6dd58ee085503005fcacda93dc969e485841d0 /devel/Makefile | |
parent | 7942ce9872295aeffbcbc5fe117d5b19a8316be2 (diff) | |
download | freebsd-ports-gnome-1b5a2e1c1da9c1fc83db2d276953f52c6b130ef3.tar.gz freebsd-ports-gnome-1b5a2e1c1da9c1fc83db2d276953f52c6b130ef3.tar.zst freebsd-ports-gnome-1b5a2e1c1da9c1fc83db2d276953f52c6b130ef3.zip |
Validation::Class is a different approach to data validation, it
attempts to simplify and centralize data validation rules to ensure
DRY (don't repeat yourself) code. The primary intent of this module is
to provide a simplistic validation work-flow and promote code
(validation) reuse.
WWW: http://search.cpan.org/dist/Validation-Class/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 95f0b672415a..5216db446565 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2500,6 +2500,7 @@ SUBDIR += p5-VCS SUBDIR += p5-VCS-CVS SUBDIR += p5-VCS-Lite + SUBDIR += p5-Validation-Class SUBDIR += p5-Variable-Magic SUBDIR += p5-Version-Requirements SUBDIR += p5-Want |