From: Wolfram Schneider Date: Tue, 27 Apr 2010 16:39:33 +0000 (+0200) Subject: use lib '../lib'; X-Git-Tag: CPAN-v1.02~54^2~21^2~11 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=4fdf1f84eb8cc80dbdae303e92526e4d255eed61;hp=6ae25ea69c0e8da30fc8c2c75c273dcaa03194ca use lib '../lib'; --- diff --git a/bin/irspy-rewrite-records.pl b/bin/irspy-rewrite-records.pl index c80b05d..a560db9 100755 --- a/bin/irspy-rewrite-records.pl +++ b/bin/irspy-rewrite-records.pl @@ -1,12 +1,14 @@ #!/usr/bin/perl - +# # perl -I ../lib irspy-rewrite-records.pl localhost:8018/IR-Explain---1 -use strict; -use warnings; +use lib '../lib'; use ZOOM::IRSpy; use ZOOM::IRSpy::Utils qw(render_record); +use strict; +use warnings; + my($dbname) = @ARGV; die "$0 no database name specified" if !defined $dbname;