[freeside-commits] branch FREESIDE_3_BRANCH updated. ed69bcfeef7bd66fca09e5e5c8056abee0060126

Mark Wells mark at 420.am
Wed Dec 18 14:46:28 PST 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  ed69bcfeef7bd66fca09e5e5c8056abee0060126 (commit)
      from  d1a02167b85bf782d6cb03f80eeb49302e26d509 (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 ed69bcfeef7bd66fca09e5e5c8056abee0060126
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Dec 17 11:09:13 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