X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Flib%2FRT%2FURI%2Fbase.pm;h=9bb1887ee16d4403ab1d9c876f138a940e251795;hb=9ce482da3960ee43decee41fba53b78c12c3e52c;hp=19888b0b1ac51b04ba4273e76bc248fb47149aed;hpb=43a06151e47d2c59b833cbd8c26d97865ee850b6;p=freeside.git diff --git a/rt/lib/RT/URI/base.pm b/rt/lib/RT/URI/base.pm index 19888b0b1..9bb1887ee 100644 --- a/rt/lib/RT/URI/base.pm +++ b/rt/lib/RT/URI/base.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -49,6 +49,7 @@ package RT::URI::base; use strict; +use warnings; use base qw(RT::Base); =head1 NAME