X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FI18N%2Fi_default.pm;h=0472a18c21740517aacbca8a9eba96ff2dd47fca;hp=4e00f82510b503b5d4e7c6098af5d006c60cd1f4;hb=b4b0c7e72d7eaee2fbfc7022022c9698323203dd;hpb=2dfda73eeb3eae2d4f894099754794ef07d060dd diff --git a/rt/lib/RT/I18N/i_default.pm b/rt/lib/RT/I18N/i_default.pm index 4e00f8251..0472a18c2 100644 --- a/rt/lib/RT/I18N/i_default.pm +++ b/rt/lib/RT/I18N/i_default.pm @@ -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 # # # (Except where explicitly superseded by other copyright notices) @@ -45,11 +45,10 @@ # 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});