Apache-Voodoo

 view release on metacpan or  search on metacpan

lib/Apache/Voodoo/Validate/text.pm  view on Meta::CPAN

use strict;
use warnings;

use base("Apache::Voodoo::Validate::varchar");

sub config {
	my ($self,$c) = @_;

	$c->{length} = 0;

	return $self->SUPER::config($c);
}

1;

################################################################################
# Copyright (c) 2005-2010 Steven Edwards (maverick@smurfbane.org).
# All rights reserved.
#
# You may use and distribute Apache::Voodoo under the terms described in the
# LICENSE file include in this package. The summary is it's a legalese version



( run in 1.045 second using v1.01-cache-2.11-cpan-49f99fa48dc )