--- a/Gtk2/lib/Gtk2.pm +++ b/Gtk2/lib/Gtk2.pm @@ -68,7 +68,7 @@ use Pango; # if the gtk+ we've been compiled against is at 2.8.0 or newer or if pango is # at 1.10.0 or newer, we need to import the Cairo module for the cairo glue in # gtk+ and pango. -eval "use Cairo;"; +use Cairo; use Exporter; require DynaLoader;