diff options
author | dakkar <dakkar@luxion> | 2007-06-07 18:45:43 +0000 |
---|---|---|
committer | dakkar <dakkar@luxion> | 2007-06-07 18:45:43 +0000 |
commit | 5048bb9532a9c4c083aa560d1d8e76e69b1aac9a (patch) | |
tree | 0aa929bcaba94b9dfb88ea2af62582c16256696b /script/URLQueue.pl | |
parent | ora installa anche il programma (diff) | |
download | URLQueue-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/URLQueue.pl')
-rw-r--r-- | script/URLQueue.pl | 2 |
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(); |