You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2017/01/09 17:40:49 UTC

[2/4] incubator-trafficcontrol git commit: DBI not required in misc/release.pl

DBI not required in misc/release.pl


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/05f7db3c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/05f7db3c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/05f7db3c

Branch: refs/heads/master
Commit: 05f7db3cd44009cb3ca1dec6286aec9c31713cc9
Parents: cf8028f
Author: Dan Kirkwood <da...@gmail.com>
Authored: Fri Jan 6 14:23:41 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Mon Jan 9 10:18:34 2017 -0700

----------------------------------------------------------------------
 misc/release.pl | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/05f7db3c/misc/release.pl
----------------------------------------------------------------------
diff --git a/misc/release.pl b/misc/release.pl
index e46e443..c8331e1 100755
--- a/misc/release.pl
+++ b/misc/release.pl
@@ -18,7 +18,6 @@ use warnings;
 use English;
 use Getopt::Long;
 use FileHandle;
-use DBI;
 use Cwd;
 use Data::Dumper;
 use File::Find::Rule;