[freeside-commits] branch master updated. cae0ba8600fcaf18e5bc347b09520d2ac4c86ae5
Mark Wells
mark at 420.am
Wed Dec 18 14:46:32 PST 2013
The branch, master has been updated
via cae0ba8600fcaf18e5bc347b09520d2ac4c86ae5 (commit)
from 57f4886b44bc370a06550c22b83990ada079eece (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 cae0ba8600fcaf18e5bc347b09520d2ac4c86ae5
Author: Mark Wells <mark at freeside.biz>
Date: Tue Dec 17 11:09:43 2013 -0800
load FS::addr_range in modules that need it, #25530
diff --git a/FS/FS/IP_Mixin.pm b/FS/FS/IP_Mixin.pm
index b3c1052..d492046 100644
--- a/FS/FS/IP_Mixin.pm
+++ b/FS/FS/IP_Mixin.pm
@@ -4,6 +4,7 @@ use strict;
use NetAddr::IP;
use FS::addr_block;
use FS::router;
+use FS::addr_range;
use FS::Record qw(qsearch);
use FS::Conf;
# careful about importing anything here--it will end up in a LOT of
diff --git a/FS/FS/addr_block.pm b/FS/FS/addr_block.pm
index 1f4000b..778c124 100755
--- a/FS/FS/addr_block.pm
+++ b/FS/FS/addr_block.pm
@@ -4,6 +4,7 @@ use strict;
use vars qw( @ISA );
use FS::Record qw( qsearchs qsearch dbh );
use FS::router;
+use FS::addr_range;
use FS::svc_broadband;
use FS::Conf;
use FS::IP_Mixin;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/IP_Mixin.pm | 1 +
FS/FS/addr_block.pm | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list