The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for DBIx::Class::Validation

0.02000 Sun June 24 20:04:11 2007
    - Converted to Class::Accessor::Grouped after mk_classdata
        snafu in DBIC 0.08
    - Validate now croaks instead of throw_exception to play
        well with DBIx::Class::Exception

0.01004 Sat May 12 10:45:23 2007
    - Use column accessors to set columns instead of set_column
        (John Napiorkowski)

0.01003 Tue May 08 18:49:11 2007
    - Fixed DBIC::Test comment snafu
    - Profiles can now be a subref that will dynamically generate the
        profile (John Napiorkowski)

0.01002 Sat May 05 11:38:16 2007
    - Converted to Module::Install
    - RT#25356 (bokutin): validation now sets filter
    - Converted tests away from deprecated compose_connection
    - Jockey cargo tests, TEST_AUTHOR, DBICTest
    - Much improved test coverage
    - Build/test no longer requires SQL::Translator

0.01001 Tue Sep 05 17:54:13 2006
    - FormValidator::Simple 0.17 is now required to fix profile destruction
        on first use
    - Removed Storable::dclone code since it's no longer needed

0.01000
    - initial release