summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2007-06-07 18:45:43 +0000
committerdakkar <dakkar@luxion>2007-06-07 18:45:43 +0000
commit5048bb9532a9c4c083aa560d1d8e76e69b1aac9a (patch)
tree0aa929bcaba94b9dfb88ea2af62582c16256696b /script
parentora installa anche il programma (diff)
downloadURLQueue-5048bb9532a9c4c083aa560d1d8e76e69b1aac9a.tar.gz
URLQueue-5048bb9532a9c4c083aa560d1d8e76e69b1aac9a.tar.bz2
URLQueue-5048bb9532a9c4c083aa560d1d8e76e69b1aac9a.zip
ritocchi per l'articolo
git-svn-id: svn://luxion/repos/URLQueue/trunk@250 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'script')
-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();