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 Dancer::Plugin::DataTransposeValidator

0.101 Mon 31 Oct 12:22:02 CET 2016

    * Fix various issues spotted by CI

0.100 Mon 31 Oct 11:11:06 CET 2016

    * Rules can now be configured in a class instead of eval'ed files.
    * Plugin maintains a dispatch table in 'rules' attribute.

0.009 Thu 21 Apr 12:57:26 CEST 2016

    * stop using aliased

0.008 Thu 29 Oct 17:40:31 CET 2015

    * validate email address in tests using String closes GH #2
    * bump smoker dependency on Dancer2 within tests to 0.15
    * add diag explain on deeply compare fail to help debug GH #2

0.007 Thu  1 Oct 19:17:35 CEST 2015

    * small test changes

0.006 Tue 29 Sep 10:02:49 CEST 2015

    * skip D2 tests if D2 version is not >= 0.15

0.005 Sun 27 Sep 20:13:56 CEST 2015
 
    * don't supply ':syntax' to use Dancer2

0.004 Sat 12 Sep 12:07:46 CEST 2015

    * Tests skip cleanly if D1 or D2 not installed

0.003 Tue  1 Sep 16:31:53 CEST 2015

    * rules files can now contain a code reference to which args can be passed

0.002 Tue  1 Sep 11:43:06 CEST 2015

    * Add Dancer2 plugin

0.001 Mon 31 Aug 19:23:52 CEST 2015

    * Initial release