Add missing imports.
This commit is contained in:
parent
7299b95a22
commit
1a2d1359dc
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
|
use Carp;
|
||||||
|
use Data::ICal;
|
||||||
|
use File::Temp qw/:POSIX tempfile/;
|
||||||
|
|
||||||
my($CONFIG_FILE) = (@ARGV);
|
my($CONFIG_FILE) = (@ARGV);
|
||||||
|
|
||||||
if (@ARGV != 1) {
|
if (@ARGV != 1) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue