yuki-kimoto / Mojolicious-Plugin-MySQLViewerLite

MySQL view plugin for Mojolicious
2 stars 2 forks source link

$app->route and README issues #1

Closed cnhacktnt closed 13 years ago

cnhacktnt commented 13 years ago

README:

plugin 'mysql_viewer_cheap' dbh => $dbh;

should be:

plugin 'mysql_viewer_cheap' , dbh => $dbh;

a comma is missed here.


MysqlViewerCheap.pm:

Line 25: $app->route should be $app->routes ?

otherwise M::L will throw an error that method "route" can't be located.

Thanks!

yuki-kimoto commented 13 years ago

Thanks

maybe fixed.

https://github.com/yuki-kimoto/Mojolicious-Plugin-MysqlViewerCheap/commit/6e60e14286b46cdafd17c882170300801cd51f1d