From 859f586af72bd357130785c02e2da505d16e8090 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Thu, 28 Oct 1999 19:09:02 +0000 Subject: [PATCH] One more fix to get a clean runnable build -Yosh --- plug-ins/perl/Gimp/UI.pm | 7 +------ plug-ins/perl/MANIFEST | 6 ++---- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/plug-ins/perl/Gimp/UI.pm b/plug-ins/perl/Gimp/UI.pm index 3a3886e81a..f12d94122c 100644 --- a/plug-ins/perl/Gimp/UI.pm +++ b/plug-ins/perl/Gimp/UI.pm @@ -3,13 +3,8 @@ package Gimp::UI; use Gimp ('__'); use Gimp::Fu; use Gtk; -use base 'DynaLoader'; -BEGIN { - require DynaLoader; - $VERSION = 1.15; - bootstrap Gimp::UI $VERSION; -} +$VERSION = 1.15; =head1 NAME diff --git a/plug-ins/perl/MANIFEST b/plug-ins/perl/MANIFEST index 193d9251e5..004a13d404 100644 --- a/plug-ins/perl/MANIFEST +++ b/plug-ins/perl/MANIFEST @@ -36,10 +36,12 @@ Gimp/Makefile.PL Gimp/Lib.xs Gimp/Lib.pm Gimp/OO.pod +Gimp/Net.pm Gimp/Data.pm Gimp/Fu.pm Gimp/PDL.pm Gimp/Pixel.pod +Gimp/UI.pm Gimp/Util.pm Gimp/Feature.pm Gimp/Pod.pm @@ -52,10 +54,6 @@ Module/Makefile.PL Module/Module.xs Net/Makefile.PL Net/Net.xs -Net/Net.pm -UI/Makefile.PL -UI/UI.pm -UI/UI.xs examples/PDB examples/alpha2color.pl examples/tex-to-float