You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2018/05/17 21:19:32 UTC

[incubator-trafficcontrol] branch master updated: Fix TO missing use JSON

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new b1259d6  Fix TO missing use JSON
b1259d6 is described below

commit b1259d6fbe698ba2ee625dae6bcb0c4973eca7c3
Author: Robert Butts <ro...@apache.org>
AuthorDate: Thu May 17 15:17:36 2018 -0600

    Fix TO missing use JSON
---
 traffic_ops/app/lib/UI/Tools.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/traffic_ops/app/lib/UI/Tools.pm b/traffic_ops/app/lib/UI/Tools.pm
index 5af5b3c..2c46431 100644
--- a/traffic_ops/app/lib/UI/Tools.pm
+++ b/traffic_ops/app/lib/UI/Tools.pm
@@ -26,6 +26,7 @@ use Mojo::UserAgent;
 use POSIX;
 use HTTP::Cookies;
 use DBI;
+use JSON;
 
 sub tools {
     my $self = shift;

-- 
To stop receiving notification emails like this one, please contact
mitchell852@apache.org.