X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FCondition%2FAnyTransaction.pm;h=f63508b039d6191f7d0926beb1a6beddfe8961a9;hb=919e930aa9279b3c5cd12b593889cd6de79d67bf;hp=73eea2b9e9cd53512f561e8aed0f0cb47063788d;hpb=43a06151e47d2c59b833cbd8c26d97865ee850b6;p=freeside.git diff --git a/rt/lib/RT/Condition/AnyTransaction.pm b/rt/lib/RT/Condition/AnyTransaction.pm index 73eea2b9e..f63508b03 100644 --- a/rt/lib/RT/Condition/AnyTransaction.pm +++ b/rt/lib/RT/Condition/AnyTransaction.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -50,6 +50,7 @@ package RT::Condition::AnyTransaction; use base 'RT::Condition'; use strict; +use warnings; =head2 IsApplicable