The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Data-Validate-Type

v1.3.1  09/22/2012
        * Moved repository to GitHub.

v1.3.0  09/08/2012
        * Re-licensed as GPLv3, to allow inclusion in Fedora.

v1.2.0  07/27/2012
        * Added ability to validate individual elements in arrayrefs
          (element_validate_type).

v1.1.2  05/15/2012
        * Excluded non-core PerlCritic policies for tests.

v1.1.1  04/02/2012
        * Fixed issue in Perl 5.10 with strings passed to assert_number() in
          specific contexts.

v1.1.0  03/29/2012
        * Added is_instance(), assert_instance() and filter_instance().

v1.0.2  03/09/2012
        * Fixed issue in Perl 5.8 with strings passed to assert_number() in
          specific contexts.

v1.0.1  03/07/2012
        * Refactored to use Data::Dump.
        * Fixed synopsis.

v1.0.0  03/06/2012
        * First public release.