}
# check if you're uptodate, and if you're not, head to updater
my $koha39 = "3.0900028";
my $koha39 = "3.1100001";
# Old updatedatabase method
if (C4::Context->preference('Version') < $koha39) {
warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n";
my $koha39 = "3.1100002";
my $cmd;
my $current_version = C4::Context->preference('Version');
-