public
Fork of typester/formvalidator-assets
Clone URL: git://github.com/hidek/formvalidator-assets.git
name age message
file Changes Fri Feb 22 05:00:21 -0800 2008 renamed test file [typester]
file LICENSE Fri Feb 22 04:05:45 -0800 2008 initial import [typester]
file MANIFEST Sat May 17 06:44:57 -0700 2008 fixed manifest and makefile.pl [typester]
file MANIFEST.SKIP Sat May 17 06:44:57 -0700 2008 fixed manifest and makefile.pl [typester]
file Makefile.PL Sat May 17 06:44:57 -0700 2008 fixed manifest and makefile.pl [typester]
file README Fri Feb 22 04:05:45 -0800 2008 initial import [typester]
directory lib/ Sun May 18 20:31:56 -0700 2008 modified Constraint::Number [hidek]
directory t/ Tue May 13 20:14:26 -0700 2008 implemented whole functions except message [typester]
README
This is Perl module FormValidator::Assets.

INSTALLATION

FormValidator::Assets installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan FormValidator::Assets

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

FormValidator::Assets documentation is available as in POD. So you can do:

    % perldoc FormValidator::Assets

to read the documentation online with your favorite pager.

Daisuke Murase