[gimp-perl] Minor tidy-up.



commit 17095ceeac54c2dbe0f608dd31bd549dd46808bc
Author: Ed J <edj src gnome org>
Date:   Tue May 20 04:02:53 2014 +0100

    Minor tidy-up.

 Gimp/Constant.pm |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/Gimp/Constant.pm b/Gimp/Constant.pm
index 76c4d7c..4f7a0bf 100644
--- a/Gimp/Constant.pm
+++ b/Gimp/Constant.pm
@@ -2,7 +2,7 @@ package Gimp::Constant;
 
 use Exporter 'import';
 use strict qw(vars);
-use vars qw($VERSION);
+our ($VERSION, @EXPORT, @PARAMS, @INXS);
 
 BEGIN {
    $VERSION = 2.3003;
@@ -17,8 +17,6 @@ BEGIN {
 #   }
 }
 
-use vars qw(@EXPORT @PARAMS @INXS);
-
 my %sub2value;
 
 for my $class (Gimp->enums_get_type_names) {


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