The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Data::FormValidator::Constraints::DateTime

0.05 (Feb. 21, 2005)
    - added Changes to MANIFEST
    - added ymd_to_datetime() validation routine
    - more tests
    - minor doc corrections
    
0.04 (Feb. 19, 2005)
    - all routines can be used as either a 'constraint' 
        or 'constraint_method'
    - more docs

0.03 (Feb. 18, 2005)
    - more tests added
    - database formats no longer require format params but will use
        the DateTime::Format::*->parse_*() methods if no format is given
    - minor doc corrections

0.02 (Feb. 18, 2005)
    - more tests added
    - DateTime::Format::MySQL and DateTime::Format::Pg are
      now not required, but recommended and only loaded
      when needed

0.01 (Feb. 17, 2005)
    - Initial Release