[bugzilla-gnome-org-extensions] 4.4 migration: Rename ConfigSplinter to Params



commit c71be6680209ff88f464f777291ad0e962b9df3b
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Tue Nov 18 12:14:06 2014 +0100

    4.4 migration: Rename ConfigSplinter to Params

 lib/{ConfigSplinter.pm => Params.pm} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/ConfigSplinter.pm b/lib/Params.pm
similarity index 91%
rename from lib/ConfigSplinter.pm
rename to lib/Params.pm
index 9039e9f..28e7593 100644
--- a/lib/ConfigSplinter.pm
+++ b/lib/Params.pm
@@ -20,13 +20,13 @@
 #                 Bradley Baetz <bbaetz acm org>
 #                 Owen Taylor <otaylor redhat com>
 
-package extensions::splinter::lib::ConfigSplinter;
+package Bugzilla::Extension::Splinter::Params;
 use strict;
 use warnings;
 
 use Bugzilla::Config::Common;
 
-$extensions::splinter::lib::ConfigSplinter::sortkey = 30;
+our $sortkey = 30;
 
 sub get_param_list {
     my ($class) = @_;


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