Bug 17600: Standardize our EXPORT_OK
[koha-ffzg.git] / misc / background_jobs_worker.pl
index 5d409cd..7987289 100755 (executable)
@@ -16,8 +16,8 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-use JSON qw( encode_json decode_json );
-use Try::Tiny;
+use JSON qw( decode_json );
+use Try::Tiny qw( catch try );
 
 use Koha::BackgroundJobs;