X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FI18N%2Fi_default.pm;h=0472a18c21740517aacbca8a9eba96ff2dd47fca;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hp=0f02a4357685130b49134aa259096ff425473d4c;hpb=8103c1fc1b2c27a6855feadf26f91b980a54bc52;p=freeside.git diff --git a/rt/lib/RT/I18N/i_default.pm b/rt/lib/RT/I18N/i_default.pm index 0f02a4357..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-2007 Best Practical Solutions, LLC +# +# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 or visit their web page on the internet at -# http://www.gnu.org/copyleft/gpl.html. +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. # # # CONTRIBUTION SUBMISSION POLICY: @@ -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});