X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FSchema%2FLoader%2Fmysql.pm;h=4f321b8ba5dd81cdf533d4efdd9ea8e8136b8ca2;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=f272e6534f7b0c80f85e1bce3676a005bb754204;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/Koha/Schema/Loader/mysql.pm b/Koha/Schema/Loader/mysql.pm index f272e6534f..4f321b8ba5 100644 --- a/Koha/Schema/Loader/mysql.pm +++ b/Koha/Schema/Loader/mysql.pm @@ -24,7 +24,7 @@ use Modern::Perl; use base 'DBIx::Class::Schema::Loader::DBI::mysql'; use mro 'c3'; -use Scalar::Util 'blessed'; +use Scalar::Util qw( blessed ); # This is being upstreamed, but for now lets make sure whatever version of DBIx::Class::Schema::Loader you are using, # we will catch MariaDB current_timestamp() and convert it to \"current_timestamp" correctly.