From 6dfc28648feaaab4443f5947cec7334dcb13ea22 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 18 Jun 2015 20:08:11 +0300 Subject: [PATCH] Set @EXPORT_OK to the value of @EXPORT --- lib/Gruntmaster/Data.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index bcc0085..9613584 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -5,6 +5,7 @@ use warnings; use parent qw/Exporter/; our $VERSION = '5999.000_013'; our @EXPORT = qw/dbinit purge db user_list user_entry problem_list problem_entry contest_list contest_entry contest_has_problem job_list job_entry create_job standings update_status rerun_job take_job finish_job/; ## no critic (ProhibitAutomaticExportation) +our @EXPORT_OK = @EXPORT; use JSON::MaybeXS qw/decode_json/; use HTTP::Tiny; -- 2.39.2