chiark / gitweb /
use lib /usr/local/rrd
authorwry@lapis <none@none>
Tue, 17 Aug 2010 20:56:36 +0000 (21:56 +0100)
committerwry@lapis <none@none>
Tue, 17 Aug 2010 20:56:36 +0000 (21:56 +0100)
CurrentCost-detect.pl
CurrentCost.pl

index 11999c2..3cc14fb 100755 (executable)
@@ -7,6 +7,7 @@
 use strict;
 use Device::SerialPort qw( :PARAM :STAT 0.07 );
 use Fcntl;
+use lib "/usr/local/rrd";
 use SerialLock;
 
 #die "port not specified" unless defined $PORT and -c $PORT;
index adfcf84..95d3f6c 100755 (executable)
@@ -6,6 +6,7 @@
 
 use strict;
 use Device::SerialPort qw( :PARAM :STAT 0.07 );
+use lib "/usr/local/rrd";
 use SerialLock;
 
 my $BAUD = "57600";