The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.30

  • Change: 39c83cafdcdb892efa987f7662c58140f150c305 Author: Alessandro Ranellucci <aar@cpan.org> Date : 2017-02-01 15:42:13 +0000
    • Merge pull request #13 from manuelm/master
    • Verify if DBIx::Connector connection is successful
  • Change: 3b0dd139c5bceff77ada89ac3fc4a0737d46ae3b Author: Manuel Mausz <manuel@mausz.at> Date : 2017-01-31 21:45:27 +0000
    • Verify if DBIx::Connector connection is successful
    • If `DBIx::Connector` connection fails (e.g. invalid password) `$self->{connector}->dbh` is undefined, which results in a fatal error inside `DBIx::Lite`. Make sure to verify the handle beforehand.
  • Change: 1c1742bed6dafcc3acede1ebbf6cb7f5f1175fcb Author: Alessandro Ranellucci <aar@cpan.org> Date : 2016-12-06 19:28:33 +0000
    • Implement ->for()