[gimp-perl] Gimp/Module.pm goes, MANIFEST tidied. Bug 727106



commit de9a18b53b4a9424f9e831788bb0f5a09fe0322e
Author: Ed J <m8r-35s8eo mailinator com>
Date:   Wed Mar 26 18:03:57 2014 +0000

    Gimp/Module.pm goes, MANIFEST tidied. Bug 727106

 Gimp/Constant.pm |    4 ++-
 Gimp/Module.pm   |   57 ------------------------------------------------------
 MANIFEST         |    5 ----
 Makefile.PL      |   10 ---------
 4 files changed, 3 insertions(+), 73 deletions(-)
---
diff --git a/Gimp/Constant.pm b/Gimp/Constant.pm
index 5ecd9da..04ef2fb 100644
--- a/Gimp/Constant.pm
+++ b/Gimp/Constant.pm
@@ -1,6 +1,8 @@
 package Gimp::Constant;
 
 use Exporter 'import';
+use strict qw(vars);
+use vars qw($VERSION);
 
 BEGIN {
    $VERSION = 2.3001;
@@ -29,7 +31,7 @@ for my $class (Gimp->enums_get_type_names) {
     my $gname = $_;
     s#^GIMP_##;
     $sub2value{$_} = $gname2value{$gname};
-    push @PARAMS, $_ if $class eq GimpPDBArgType;
+    push @PARAMS, $_ if $class eq 'GimpPDBArgType';
   } keys %gname2value;
 }
 
diff --git a/MANIFEST b/MANIFEST
index 5cd49b7..9af3bff 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5,7 +5,6 @@ config.pl
 COPYING
 COPYING.Artistic
 COPYING.GNU
-enums.pl
 examples/animate_cells
 examples/billboard
 examples/blended2
@@ -67,7 +66,6 @@ examples/xachvision
 examples/yinyang
 extra.c
 extra.h
-gimpenums.c
 gppport.h
 Gimp/Compat.pm
 Gimp/Config.pm.in
@@ -77,17 +75,14 @@ Gimp/Fu.pm
 Gimp/Lib.pm
 Gimp/Lib.xs
 Gimp/Makefile.PL
-Gimp/Module.pm
 Gimp/OO.pod
 Gimp/Pixel.pod
 Gimp/Pod.pm
 Gimp/Util.pm
 Gimp.pm
 Gimp.xs
-insenums
 logo.xpm
 MAINTAINERS
-makeenums.pl
 Makefile.PL
 MANIFEST
 Net/Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
index ee93939..4dfbb09 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -252,16 +252,6 @@ WriteMakefile(
     'NAME'     => 'Gimp',
     'VERSION_FROM' => 'Gimp.pm',
     'INSTALLBIN'=> $bindir,
-    'PM'       => {
-                   'Gimp.pm'           => '$(INST_LIBDIR)/Gimp.pm',
-                   'Gimp/Data.pm'      => '$(INST_LIBDIR)/Gimp/Data.pm',
-                   'Gimp/Fu.pm'        => '$(INST_LIBDIR)/Gimp/Fu.pm',
-                   'Gimp/Lib.pm'       => '$(INST_LIBDIR)/Gimp/Lib.pm',
-                   'Gimp/Util.pm'      => '$(INST_LIBDIR)/Gimp/Util.pm',
-                   'Gimp/Feature.pm'   => '$(INST_LIBDIR)/Gimp/Feature.pm',
-                   'Gimp/Module.pm'    => '$(INST_LIBDIR)/Gimp/Module.pm',
-                   'Gimp/Config.pm'    => '$(INST_LIBDIR)/Gimp/Config.pm',
-                  },
     'LDFROM'   => expand("\$(OBJECT) $LIBS $INTLLIBS"),
     'INC'      => "$INC1 $GIMP_INC_NOUI $GTK_CFLAGS $CPPFLAGS $CFLAGS",
     'DEFINE'   => "$DEFINE1 $DEFS",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]