Gimp
view release on metacpan or search on metacpan
lib/Gimp.pm view on Meta::CPAN
croak __"$_ is not a valid import tag for package $pkg";
}
}
for(@export) {
*{"$up\::$_"} = \&$_;
}
}
# the monadic identity function
sub N_($) { shift }
my $gtk_init = 1;
sub gtk_init() {
if ($gtk_init) {
require Gtk2;
Gtk2->init;
Gtk2::Rc->parse (Gimp->gtkrc);
$gtk_init = 0;
}
( run in 1.772 second using v1.01-cache-2.11-cpan-5b529ec07f3 )