summaryrefslogtreecommitdiff
path: root/script/URLQueue.pl
diff options
context:
space:
mode:
Diffstat (limited to 'script/URLQueue.pl')
-rw-r--r--script/URLQueue.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/URLQueue.pl b/script/URLQueue.pl
index 5f96015..6eac301 100644
--- a/script/URLQueue.pl
+++ b/script/URLQueue.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
use strict;
use warnings;
-use Gtk2 '-init';
+use Gtk2 qw(-init);
use URLQueue::MainController;
my $main_controller=URLQueue::MainController->new();