r692@llin: dpavlin | 2006-05-18 15:53:03 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 18 May 2006 13:49:16 +0000 (13:49 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 18 May 2006 13:49:16 +0000 (13:49 +0000)
 WebPAC 2.16 [with Excel support]

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@522 07558da8-63fa-0310-ba24-9fe276d99e06

TODO
lib/WebPAC.pm

diff --git a/TODO b/TODO
index 410e3f1..4d55e40 100644 (file)
--- a/TODO
+++ b/TODO
@@ -15,8 +15,8 @@
 + added new set-based normalizer which is pure perl code [2.13]
 + added --stats to report field and subfield usage [2.14]
 + add validator for input data [2.15]
+- add Excel input format [2.16]
 - support arrays for normalize/path and lookup
-- add Excel input format
 - add dBase input format
 - remove delimiters characters from index and query entered
 - delete unused files in database directories
index 111a0a1..6649208 100644 (file)
@@ -9,11 +9,11 @@ WebPAC - core module
 
 =head1 VERSION
 
-Version 2.15
+Version 2.16
 
 =cut
 
-our $VERSION = '2.15';
+our $VERSION = '2.16';
 
 =head1 SYNOPSIS