[freeside-commits] branch FREESIDE_4_BRANCH updated. 8fa3f46d3da1d2cb4b9ca47b642df40bc8fc8ba8
Ivan
ivan at 420.am
Sat Jul 11 14:40:36 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 8fa3f46d3da1d2cb4b9ca47b642df40bc8fc8ba8 (commit)
from 7018cfcd14a6ca0252c1e3aabf7ece4fb3f6af4b (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 8fa3f46d3da1d2cb4b9ca47b642df40bc8fc8ba8
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jul 11 14:40:34 2015 -0700
include is deprecated
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 464e092..d0ac8a6 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -509,6 +509,7 @@ if ( -e $addl_handler_use_file ) {
sub include {
use vars qw($m);
+ use Carp;
carp 'include deprecated; use an HTML::Mason <& &> style include (or $m->scomp)';
$m->scomp(@_);
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Mason.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list