Removed Perl API. It's a separate CVS project idzebra-perl now.
[idzebra-moved-to-github.git] / perl / demo / filter_test.pl
diff --git a/perl/demo/filter_test.pl b/perl/demo/filter_test.pl
deleted file mode 100755 (executable)
index 8a6a2e9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/perl
-
-BEGIN {
-    push (@INC,'../blib/lib','../blib/arch','../blib/lib');
-}
-
-use pod;
-
-$res =pod->test($ARGV[0],
-         (tabPath=>'../blib/lib:../blib/arch:../blib/lib:.:../../tab:../../../yaz/tab'));