projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7018cfc
)
include is deprecated
author
Ivan Kohler
<ivan@freeside.biz>
Sat, 11 Jul 2015 21:40:34 +0000
(14:40 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Sat, 11 Jul 2015 21:40:34 +0000
(14:40 -0700)
FS/FS/Mason.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Mason.pm
b/FS/FS/Mason.pm
index
464e092
..
d0ac8a6
100644
(file)
--- 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(@_);
}