[freeside-commits] branch master updated. 0736a91a87c46f7097ddef9782ddbb59a0ce3304
Ivan
ivan at 420.am
Sat Jul 11 14:40:33 PDT 2015
The branch, master has been updated
via 0736a91a87c46f7097ddef9782ddbb59a0ce3304 (commit)
from a5148c7aabd33464432f9355d7cddf12c2147054 (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 0736a91a87c46f7097ddef9782ddbb59a0ce3304
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jul 11 14:40:31 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