Skip Menu |

This queue is for tickets about the Gtk2-WebKit CPAN distribution.

Report information
The Basics
Id: 41709
Status: resolved
Priority: 0/
Queue: Gtk2-WebKit

People
Owner: Nobody in particular
Requestors: yselkowitz [...] users.sourceforge.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: (no value)



Subject: patch for make manifypods
Due to the nature of Cygwin, the prereqs of Gtk2::WebKit must be loaded before bootstrapping the module itself. While generally a perl script will use Gtk2 -init; first, during make manifypods the module is loaded directly. I have attached a patch to fix this, based on the other gtk2-perl modules.
Subject: 0.03-use-prereqs.patch
This is required for the module to load directly, e.g. manifypods --- origsrc/Gtk2-WebKit-0.03/lib/Gtk2/WebKit.pm 2008-08-28 00:35:23.000000000 -0500 +++ src/Gtk2-WebKit-0.03/lib/Gtk2/WebKit.pm 2008-12-14 23:23:21.978250000 -0600 @@ -4,6 +4,8 @@ use warnings; use base qw/DynaLoader/; +use Gtk2; + our $VERSION = '0.03'; sub dl_load_flags { 0x01 }
Fixed in 0.04.