From: Ivan Kohler Date: Sat, 11 Jul 2015 06:57:37 +0000 (-0700) Subject: include is deprecated X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6eb02169edfc7ef21b54d22737ed4668a076ec8e;p=freeside.git include is deprecated --- diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index ff57b4353..464e092dc 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -509,7 +509,7 @@ if ( -e $addl_handler_use_file ) { sub include { use vars qw($m); - #carp #should just switch to <& &> syntax + carp 'include deprecated; use an HTML::Mason <& &> style include (or $m->scomp)'; $m->scomp(@_); }