projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
306dd54
)
Register log-string "appl"
author
Mike Taylor
<mike@indexdata.com>
Wed, 10 May 2006 13:38:31 +0000
(13:38 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 10 May 2006 13:38:31 +0000
(13:38 +0000)
test-pod.pl
patch
|
blob
|
history
diff --git
a/test-pod.pl
b/test-pod.pl
index
37c54ef
..
37d7fab
100644
(file)
--- a/
test-pod.pl
+++ b/
test-pod.pl
@@
-1,6
+1,6
@@
#!/usr/bin/perl -w
-# $Id: test-pod.pl,v 1.5 2006-05-10 13:33:13 mike Exp $
+# $Id: test-pod.pl,v 1.6 2006-05-10 13:38:31 mike Exp $
#
# Run like this:
# YAZ_LOG=pod perl -I lib test-pod.pl "bagel.indexdata.com/gils" "bagel.indexdata.com/marc"
@@
-9,6
+9,7
@@
use strict;
use warnings;
use ZOOM::Pod;
+ZOOM::Log::mask_str("appl");
my $pod = new ZOOM::Pod(@ARGV);
$pod->option(elementSetName => "b");