diff options
Diffstat (limited to 'fake_packages/Gtk2/Sexy.pm')
-rw-r--r-- | fake_packages/Gtk2/Sexy.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fake_packages/Gtk2/Sexy.pm b/fake_packages/Gtk2/Sexy.pm index daa40fd..2d70c32 100644 --- a/fake_packages/Gtk2/Sexy.pm +++ b/fake_packages/Gtk2/Sexy.pm @@ -1,4 +1,8 @@ +package Gtk2::Sexy; +our @ISA = qw(); +sub dl_load_flags() {} + package Gtk2::Sexy::IconEntry; our @ISA = qw(); sub add_clear_button { my ($_entry) = @_ } |