Update www/p5-Catalyst-Plugin-FormValidator to version 0.094.

Using Catalyst::Plugin::FormValidator is not recommended as the module
takes over the global $c->form method, rather than being applicable in
only part of your Catalyst application.  Furthermore,
Data::FormValidator itself is not recommended for use.

from Andreas Voegele
This commit is contained in:
sthen 2012-04-08 21:58:30 +00:00
parent 7788618e92
commit a31cdb2806
3 changed files with 15 additions and 10 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:51 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2012/04/08 21:58:30 sthen Exp $
COMMENT= plugin to Data::FormValidator for catalyst
COMMENT= plugin to Data::FormValidator for catalyst (deprecated)
MODULES= cpan
DISTNAME= Catalyst-Plugin-FormValidator-0.02
REVISION= 2
DISTNAME= Catalyst-Plugin-FormValidator-0.094
CATEGORIES= www
USE_GROFF = Yes
@ -17,7 +16,9 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= www/p5-Catalyst-Runtime \
devel/p5-Data-FormValidator
devel/p5-Data-FormValidator \
devel/p5-Moose \
devel/p5-MRO-Compat
MAKE_ENV= TEST_POD=Yes

View File

@ -1,5 +1,5 @@
MD5 (Catalyst-Plugin-FormValidator-0.02.tar.gz) = VVGXD56VCpze09lwdK5ELQ==
RMD160 (Catalyst-Plugin-FormValidator-0.02.tar.gz) = 0+rPA7ZG/tJvZYzopFr9JhAyzD0=
SHA1 (Catalyst-Plugin-FormValidator-0.02.tar.gz) = HpRBgHf35uUoY1VK4qNVypYG8ls=
SHA256 (Catalyst-Plugin-FormValidator-0.02.tar.gz) = KN6s9J5EXIrTzFHZ/9fi4JIF7E/EyL2iIwqsL8/Udns=
SIZE (Catalyst-Plugin-FormValidator-0.02.tar.gz) = 1872
MD5 (Catalyst-Plugin-FormValidator-0.094.tar.gz) = ewyqLQAf1jFntmRcot8R0g==
RMD160 (Catalyst-Plugin-FormValidator-0.094.tar.gz) = aGVVIpCi7CfZNU0oICYlxe12gWs=
SHA1 (Catalyst-Plugin-FormValidator-0.094.tar.gz) = v1gm01Ipo4haQrJqonFmiNeciGs=
SHA256 (Catalyst-Plugin-FormValidator-0.094.tar.gz) = WDTxG/XJ9LXTNtZcfOZjm3bOe/56KHXrBI1+ocgs4Fo=
SIZE (Catalyst-Plugin-FormValidator-0.094.tar.gz) = 18183

View File

@ -0,0 +1,4 @@
Using Catalyst::Plugin::FormValidator is not recommended as the module
takes over the global $c->form method, rather than being applicable in
only part of your Catalyst application. Furthermore,
Data::FormValidator itself is not recommended for use.