[freeside-commits] branch master updated. 823d03145596a92a347a0682c64ab1e00818696b

Ivan ivan at 420.am
Fri Jul 10 23:57:36 PDT 2015


The branch, master has been updated
       via  823d03145596a92a347a0682c64ab1e00818696b (commit)
      from  5376c66e2e5c1849763777f9d44ad013405c1d9e (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 823d03145596a92a347a0682c64ab1e00818696b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jul 10 23:57:35 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