CGI-Untaint-us_date
This module interprets 1/12/2001 as January 12th, 2001 (the standard in the US)
rather than December 1st, 2001. Hence the name "us_date". Other that that
it is exactly like CGI::Untaint::date.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc CGI::Untaint::us_date
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=CGI-Untaint-us_date
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/CGI-Untaint-us_date
CPAN Ratings
http://cpanratings.perl.org/d/CGI-Untaint-us_date
Search CPAN
http://search.cpan.org/dist/CGI-Untaint-us_date/
LICENSE AND COPYRIGHT
Copyright (C) 2010 mike south
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See
http://dev.perl.org/licenses/ for more information.