From: Mike Taylor Date: Wed, 19 Jul 2006 11:52:24 +0000 (+0000) Subject: Tweak how-to-run comment for new location. X-Git-Tag: CPAN-v1.02~54^2~1125 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=9ba276aad41eedd554c87cb6518a88edb8e2f6dc Tweak how-to-run comment for new location. --- diff --git a/bin/irspy.pl b/bin/irspy.pl index c3a9e0e..e6c2cc3 100755 --- a/bin/irspy.pl +++ b/bin/irspy.pl @@ -1,9 +1,9 @@ #!/usr/bin/perl -w -# $Id: irspy.pl,v 1.1 2006-07-19 11:41:42 mike Exp $ +# $Id: irspy.pl,v 1.2 2006-07-19 11:52:24 mike Exp $ # # Run like this: -# YAZ_LOG=irspy,irspy_test,irspy_debug perl -I lib irspy.pl -t "bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager" localhost:1313/IR-Explain---1 +# YAZ_LOG=irspy,irspy_test,irspy_debug perl -I ../lib irspy.pl -t "bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager" localhost:1313/IR-Explain---1 use strict; use warnings; diff --git a/bin/test-pod.pl b/bin/test-pod.pl index b0becfd..d481468 100644 --- a/bin/test-pod.pl +++ b/bin/test-pod.pl @@ -1,9 +1,9 @@ #!/usr/bin/perl -w -# $Id: test-pod.pl,v 1.1 2006-07-19 11:39:58 mike Exp $ +# $Id: test-pod.pl,v 1.2 2006-07-19 11:52:34 mike Exp $ # # Run like this: -# YAZ_LOG=pod perl -I lib test-pod.pl "bagel.indexdata.com/gils" "bagel.indexdata.com/marc" +# YAZ_LOG=pod perl -I ../lib test-pod.pl "bagel.indexdata.com/gils" "bagel.indexdata.com/marc" use strict; use warnings;