From ef0f77a0ed71c2ac9566383fc88c745340f5c0f1 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 24 Apr 2008 18:11:10 +0000 Subject: fixed also prereqs git-svn-id: svn://luxion/repos/URLQueue/trunk@338 fcb26f47-9200-0410-b104-b98ab5b095f3 --- Makefile.PL | 2 +- script/URLQueue.pl | 1 - 2 files changed, 1 insertion(+), 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 ', 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; -- cgit v1.2.3