[freeside-commits] branch FREESIDE_4_BRANCH updated. 8bf7866ff8b83f34a5e3b328ba233c2a0dbe6967

Ivan ivan at 420.am
Sat Mar 26 11:55:37 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  8bf7866ff8b83f34a5e3b328ba233c2a0dbe6967 (commit)
      from  9fcc988cd0532f0ea6d84f348caed24b8c797c78 (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 8bf7866ff8b83f34a5e3b328ba233c2a0dbe6967
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 26 11:55:32 2016 -0700

    JSON::XS -> Cpanel::JSON::XS in v3->v4

diff --git a/FS/FS/part_export/sipwise.pm b/FS/FS/part_export/sipwise.pm
index 9559648..8fec013 100644
--- a/FS/FS/part_export/sipwise.pm
+++ b/FS/FS/part_export/sipwise.pm
@@ -7,7 +7,7 @@ use FS::Record qw(qsearch qsearchs dbh);
 use Tie::IxHash;
 use LWP::UserAgent;
 use URI;
-use JSON::XS;
+use Cpanel::JSON::XS;
 use HTTP::Request::Common qw(GET POST PUT DELETE);
 use FS::Misc::DateTime qw(parse_datetime);
 use DateTime;

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

Summary of changes:
 FS/FS/part_export/sipwise.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list