X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FScrip.pm;fp=rt%2Flib%2FRT%2FScrip.pm;h=5fa7165b1376adf79b274330dabfe1ef90c28820;hb=7588a4ac90a9b07c08a3107cd1107d773be1c991;hp=8f97e747f0db7abecde0983bf18ae188143656c3;hpb=98d2b25256055abb0dfcb9f586b434474fa97afd;p=freeside.git diff --git a/rt/lib/RT/Scrip.pm b/rt/lib/RT/Scrip.pm index 8f97e747f..5fa7165b1 100755 --- a/rt/lib/RT/Scrip.pm +++ b/rt/lib/RT/Scrip.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -233,7 +233,7 @@ sub QueueObj { =head2 ActionObj -Retuns an RT::Action object with this Scrip\'s Action +Retuns an RT::Action object with this Scrip's Action =cut @@ -285,7 +285,7 @@ sub LoadModules { =head2 TemplateObj -Retuns an RT::Template object with this Scrip\'s Template +Retuns an RT::Template object with this Scrip's Template =cut @@ -362,7 +362,7 @@ sub Apply { =head2 IsApplicable -Calls the Condition object\'s IsApplicable method +Calls the Condition object's IsApplicable method Upon success, returns the applicable Transaction object. Otherwise, undef is returned. @@ -633,7 +633,7 @@ sub CompileCheck { do { no strict 'vars'; - eval "sub { $code }"; + eval "sub { $code \n }"; }; next if !$@;