2.11 recode pairs (converted to regexes) supported
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 23 Mar 2006 12:28:26 +0000 (12:28 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 23 Mar 2006 12:28:26 +0000 (12:28 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@424 07558da8-63fa-0310-ba24-9fe276d99e06

TODO
lib/WebPAC.pm

diff --git a/TODO b/TODO
index f714ec5..531cac2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -9,11 +9,11 @@
 + update to use Search::Estraier [2.09]
 + fix characters generated in [% search %] (move that to Webpacus?)
 + fix nasty bug with repeatable subfields [2.10]
++ write pure perl Search::HyperEstraier [Search::Estraier is on CPAN]
++ apply regex on records from input to fix-up character encodings [2.11]
 - support arrays for normalize/path and lookup
-- apply regex on records from input to fix-up character encodings
 - add Excel input format
 - add dBase input format
 - remove delimiters characters from index and query entered
 - delete unused files in database directories
 - scoring for various fields in input/*.xml
-- write pure perl Search::HyperEstraier
index 8c705d7..c2479be 100644 (file)
@@ -9,11 +9,11 @@ WebPAC - core module
 
 =head1 VERSION
 
-Version 2.10
+Version 2.11
 
 =cut
 
-our $VERSION = '2.10';
+our $VERSION = '2.11';
 
 =head1 SYNOPSIS