Re: Patch for missing @Gtk::Gdk::PixbufLoader::ISA
- From: Christian Borup <borup borup com>
- To: gtk-perl-list gnome org
- Subject: Re: Patch for missing @Gtk::Gdk::PixbufLoader::ISA
- Date: Mon, 12 Mar 2001 10:52:08 +0100
New attempt after talking to lupus...
@ISA is taken from Gtk::Gdk::Pixbuf::Types which is now also installed.
./borup
? GdkPixbuf.patch
Index: GdkPixbuf.pm
===================================================================
RCS file: /cvs/gnome/gnome-perl/GdkPixbuf/GdkPixbuf.pm,v
retrieving revision 1.5
diff -u -r1.5 GdkPixbuf.pm
--- GdkPixbuf.pm 2001/02/04 01:18:40 1.5
+++ GdkPixbuf.pm 2001/03/12 09:49:54
@@ -1,28 +1,18 @@
-
package Gtk::Gdk::Pixbuf;
require Gtk;
require Exporter;
require DynaLoader;
-require AutoLoader;
+require Gtk::Gdk::Pixbuf::Types;
use Carp;
$VERSION = "0.7005";
@ISA = qw(Exporter DynaLoader);
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
- EXPORT = qw(
-
-);
-# Other items we are prepared to export if requested
- EXPORT_OK = qw(
-);
-
-# Autoload methods go after __END__, and are processed by the autosplit program.
+ EXPORT = qw();
+ EXPORT_OK = qw();
sub dl_load_flags {0x01}
@@ -34,4 +24,3 @@
});
1;
-__END__
Index: Makefile.PL
===================================================================
RCS file: /cvs/gnome/gnome-perl/GdkPixbuf/Makefile.PL,v
retrieving revision 1.6
diff -u -r1.6 Makefile.PL
--- Makefile.PL 2001/02/26 18:31:04 1.6
+++ Makefile.PL 2001/03/12 09:49:54
@@ -17,7 +17,8 @@
$gpb->save_config( 'build/Files.pm');
$gpb->install( 'build/Files.pm');
-$gpb->add_pm('GdkPixbuf.pm' => '$(INST_ARCHLIBDIR)/Pixbuf.pm');
+$gpb->add_pm('GdkPixbuf.pm' => '$(INST_ARCHLIBDIR)/Pixbuf.pm',
+ 'build/GdkPixbufTypes.pm' => '$(INST_ARCHLIBDIR)/Pixbuf/Types.pm');
$gpb->add_c('build/GdkPixbufDefs.c');
$gpb->add_defs('pkg.defs');
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]