From f37e8ac11de14d185967a3991cdb802c765214de Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 8 Oct 2006 00:38:20 +0000 Subject: [PATCH] r1078@llin: dpavlin | 2006-10-08 02:34:55 +0200 [2.28] git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@744 07558da8-63fa-0310-ba24-9fe276d99e06 --- TODO | 4 ++-- lib/WebPAC.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 749ccca..116fa96 100644 --- 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 diff --git a/lib/WebPAC.pm b/lib/WebPAC.pm index 0a385fe..ec8837d 100644 --- a/lib/WebPAC.pm +++ b/lib/WebPAC.pm @@ -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 -- 2.20.1