[freeside-commits] branch FREESIDE_4_BRANCH updated. 6eb02169edfc7ef21b54d22737ed4668a076ec8e
Ivan
ivan at 420.am
Fri Jul 10 23:57:38 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 6eb02169edfc7ef21b54d22737ed4668a076ec8e (commit)
from 4d6b0f491ec1ef97c38c3eab66f6890e7ed30b82 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6eb02169edfc7ef21b54d22737ed4668a076ec8e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jul 10 23:57:37 2015 -0700
include is deprecated
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index ff57b43..464e092 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(@_);
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Mason.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list