import rt 3.8.7
[freeside.git] / rt / lib / RT / I18N / i_default.pm
index 4e00f82..0472a18 100644 (file)
@@ -1,8 +1,8 @@
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:
-#  
-# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC 
+# 
+# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
 #                                          <jesse@bestpractical.com>
 # 
 # (Except where explicitly superseded by other copyright notices)
 # those contributions and any derivatives thereof.
 # 
 # END BPS TAGGED BLOCK }}}
-package RT::I18N::i_default;
 
+package RT::I18N::i_default;
+use base 'RT::I18N';
 use strict;
-use vars qw/@ISA/;
-@ISA = qw(RT::I18N);
 
 eval "require RT::I18N::i_default_Vendor";
 die $@ if ($@ && $@ !~ qr{^Can't locate RT/I18N/i_default_Vendor.pm});