From ef964114724bfe0bdadba0aaaaa192226df86904 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 11 Sep 2005 22:41:33 +0000 Subject: remove use BER --- bin/load-graphs | 1 - bin/load-update | 1 - 2 files changed, 2 deletions(-) (limited to 'bin') diff --git a/bin/load-graphs b/bin/load-graphs index 1177a55..b3fcef4 100755 --- a/bin/load-graphs +++ b/bin/load-graphs @@ -3,7 +3,6 @@ use strict; use RRDs; use English; -use BER; my $RRDPATH = shift @ARGV; die ("Usage: $PROGRAM_NAME \n") if (!defined $RRDPATH || scalar @ARGV > 0); diff --git a/bin/load-update b/bin/load-update index c041f8c..070cc35 100755 --- a/bin/load-update +++ b/bin/load-update @@ -2,7 +2,6 @@ use strict; use RRDs; -use BER; use English; use Time::ParseDate; -- cgit v1.2.3