X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FURI%2Fbase.pm;h=852f93c57f339ed1c6c386c561eb00dd18d8eba4;hp=19888b0b1ac51b04ba4273e76bc248fb47149aed;hb=de9d037528895f7151a9aead6724ce2df95f9586;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916 diff --git a/rt/lib/RT/URI/base.pm b/rt/lib/RT/URI/base.pm index 19888b0b1..852f93c57 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-2017 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