Set @EXPORT_OK to the value of @EXPORT
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 18 Jun 2015 17:08:11 +0000 (20:08 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 18 Jun 2015 17:08:11 +0000 (20:08 +0300)
lib/Gruntmaster/Data.pm

index bcc0085580c5fdb6d6ea2a0ce769604ec59d3a0e..9613584bf892e2f347f51165841254c291f852db 100644 (file)
@@ -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;
This page took 0.011145 seconds and 4 git commands to generate.