Subject: | Gtk2-Sexy needs use Gtk2 |
Gtk2-Sexy 0.04 has the same issue I raised with Gtk2-WebKit. Patch
attached.
Subject: | 0.04-use-prereqs.patch |
--- origsrc/Gtk2-Sexy-0.04/lib/Gtk2/Sexy.pm 2008-08-31 15:48:44.000000000 -0500
+++ src/Gtk2-Sexy-0.04/lib/Gtk2/Sexy.pm 2008-12-21 01:31:19.381801400 -0600
@@ -1,6 +1,8 @@
use strict;
use warnings;
+use Gtk2;
+
package Gtk2::Sexy;
our $VERSION = '0.04';