ewaters / altsql-shell

An easily extensible DBI shell, perfect for a drop-in replacement to mysql-client
http://ewaters.github.com/altsql-shell
123 stars 19 forks source link

Call model_class as hash key not method #48

Closed lancew closed 7 years ago

lancew commented 7 years ago

Test runner failed as $app->args->model_class was incorrect, it was/is not a blessed reference so fails. So we change it here.

This is part of the CPAN Pull request challenge. This change makes the t/004_runtime_mysql.t work when MYSQL_TESTS=1