summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2008-04-24 18:11:10 +0000
committerdakkar <dakkar@luxion>2008-04-24 18:11:10 +0000
commitef0f77a0ed71c2ac9566383fc88c745340f5c0f1 (patch)
tree288ebec959fa05098ed6835dfc8790933e728a96
parentfixed for new GNOME icons (diff)
downloadURLQueue-ef0f77a0ed71c2ac9566383fc88c745340f5c0f1.tar.gz
URLQueue-ef0f77a0ed71c2ac9566383fc88c745340f5c0f1.tar.bz2
URLQueue-ef0f77a0ed71c2ac9566383fc88c745340f5c0f1.zip
fixed also prereqs
git-svn-id: svn://luxion/repos/URLQueue/trunk@338 fcb26f47-9200-0410-b104-b98ab5b095f3
-rw-r--r--Makefile.PL2
-rw-r--r--script/URLQueue.pl1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 78b8b76..3fdd00c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ WriteMakefile(
VERSION => '1.0',
AUTHOR => 'dakkar <dakkar@thenautilus.net>',
PREREQ_PM => {
- 'Gtk2' => 0,
+ 'Gnome2' => 0,
'Gtk2::GladeXML::Simple' => 0,
'Path::Class' => 0,
'URI::Find' => 0,
diff --git a/script/URLQueue.pl b/script/URLQueue.pl
index fceb83d..516167d 100644
--- a/script/URLQueue.pl
+++ b/script/URLQueue.pl
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use strict;
use warnings;
-#use Gtk2 qw(-init);
use Gnome2;
use URLQueue::MainController;