Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / BackgroundJob / BatchUpdateBiblio.pm
index 7cb7969..9371e22 100644 (file)
@@ -16,7 +16,7 @@ package Koha::BackgroundJob::BatchUpdateBiblio;
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-use JSON qw( encode_json decode_json );
+use JSON qw( decode_json encode_json );
 
 use Koha::BackgroundJobs;
 use Koha::DateUtils qw( dt_from_string );