aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-12-16 19:20:17 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-12-16 19:20:17 +0200
commit664a7f3edbd3c4370526eb91013a70f89db8dd22 (patch)
treeb0287ee1c8f3d40ce94a74f988fcc83b213b468f
parent890224d5969b8d488f59fccf7445675caaaaf8ce (diff)
downloadglacier-664a7f3edbd3c4370526eb91013a70f89db8dd22.tar.gz
glacier-664a7f3edbd3c4370526eb91013a70f89db8dd22.tar.bz2
Minor fix
-rw-r--r--lib/App/Glacier/Command/Periodic.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/Glacier/Command/Periodic.pm b/lib/App/Glacier/Command/Periodic.pm
index ee72bbe..18bd4f8 100644
--- a/lib/App/Glacier/Command/Periodic.pm
+++ b/lib/App/Glacier/Command/Periodic.pm
@@ -3,12 +3,13 @@ use strict;
use warnings;
use App::Glacier::Core;
use parent qw(App::Glacier::Command);
use Carp;
use Data::Dumper;
use File::Basename;
+use App::Glacier::Job;
=head1 NAME
glacier periodic - periodic cronjob for Glacier
=head1 SYNOPSIS

Return to:

Send suggestions and report system problems to the System administrator.