[freeside-commits] branch master updated. 990439e2c8c545ea75ba5ded346fd51c4560b805

Ivan ivan at 420.am
Sat Jul 11 23:39:17 PDT 2015


The branch, master has been updated
       via  990439e2c8c545ea75ba5ded346fd51c4560b805 (commit)
      from  7e67c654c102bb5d9a62229161f7e8464f36a71a (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 990439e2c8c545ea75ba5ded346fd51c4560b805
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jul 11 23:39:16 2015 -0700

    include is deprecated, but not ready to enable this warning after all

diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index d1535b5..3d577f6 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -508,8 +508,8 @@ if ( -e $addl_handler_use_file ) {
   };
   
   sub include {
-    use vars qw($m @CARP_NOT);
-    warn 'include deprecated; use an HTML::Mason <& &> style include (or $m->scomp) at '. $m->callers(1)->path. "\n";
+    use vars qw($m);
+    #warn 'include deprecated; use an HTML::Mason <& &> style include (or $m->scomp) at '. $m->callers(0)->path. "\n";
     $m->scomp(@_);
   }
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Mason.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list