File: README

package info (click to toggle)
libcatalyst-plugin-formvalidator-perl 0.02-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 64 kB
  • ctags: 7
  • sloc: makefile: 44; perl: 21
file content (34 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
NAME
    Catalyst::Plugin::FormValidator - FormValidator for Catalyst

SYNOPSIS
        use Catalyst 'FormValidator';

        $c->form( optional => ['rest'] );
        print $c->form->valid('rest');

DESCRIPTION
    Data::FormValidator plugin.

  EXTENDED METHODS
   prepare
  METHODS
   form
    Merge values with FormValidator.

        $c->form( required => ['yada'] );

    Returns a "Data::FormValidator::Results" object.

        $c->form->valid('rest');

SEE ALSO
    Catalyst, Data::FormValidator

AUTHOR
    Sebastian Riedel, "sri@cpan.org"

COPYRIGHT
    This program is free software, you can redistribute it and/or modify it
    under the same terms as Perl itself.