From: Mike Taylor Date: Wed, 10 May 2006 13:38:31 +0000 (+0000) Subject: Register log-string "appl" X-Git-Tag: CPAN-v1.02~54^2~1229 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=23efd2b947c0381a176cd629c617cc373b699282 Register log-string "appl" --- diff --git a/test-pod.pl b/test-pod.pl index 37c54ef..37d7fab 100644 --- 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");