X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=test-pod.pl;h=37d7fabebe6bc26cca03f3248c4b51e3d2c21217;hp=37c54efe6f845f73dc9d78e1c875ea70c8612a5f;hb=23efd2b947c0381a176cd629c617cc373b699282;hpb=306dd541a159b4d5ad75ab433867cbcc385311cd 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");