https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37895
--- Comment #12 from Julian Maurice <[email protected]> --- (In reply to Kyle M Hall from comment #5) > (In reply to Julian Maurice from comment #3) > > Shouldn't we add `use Try::Tiny` at the beginning ? > > It doesn't seem to be needed as we include it farther upstream from where we > execute atomic updates. Should I include it explicitly in updatedatabase.pl > just to have it there? You're right. It is included from C4::Installer which is where we load atomicupdate files so it should be ok. I think the example is still missing something though: what to do when we have an error. In the example, we print the error and continue with the rest of the update. Shouldn't we stop at the first error ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
