r1078@llin: dpavlin | 2006-10-08 02:34:55 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 8 Oct 2006 00:38:20 +0000 (00:38 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 8 Oct 2006 00:38:20 +0000 (00:38 +0000)
 [2.28]

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

TODO
lib/WebPAC.pm

diff --git a/TODO b/TODO
index 749ccca..116fa96 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,9 +30,9 @@
 + modify_records regexpes now match just first occurence (repeat to get second...)
 + fix WebPAC::Output::MARC encoding troubles
 + generate reports (validation and stats) for each input
-- rewrite lookup support to use WebPAC::Normalize
++ rewrite lookup support to use WebPAC::Normalize [2.28]
++ marc_leader shouldn't really be included in hash returned by data_structure
 - add option to specify output marc path in config.yml
-- marc_leader shouldn't really be included in hash returned by data_structure
 - add checks for search directive in normalization to parser
 - support splitting of config yml to multiple files
 - add dBase input format
index 0a385fe..ec8837d 100644 (file)
@@ -9,11 +9,11 @@ WebPAC - core module
 
 =head1 VERSION
 
-Version 2.27
+Version 2.28
 
 =cut
 
-our $VERSION = '2.27';
+our $VERSION = '2.28';
 
 =head1 SYNOPSIS