r4359 (orig r45): dpavlin | 2010-09-23 15:51:58 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/MANIFEST

update MANIFEST

r4358 (orig r44): dpavlin | 2010-09-23 15:15:01 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/lib/MARC/Fast.pm

bump version to [0.11]

r4357 (orig r43): dpavlin | 2010-09-23 15:14:37 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/t/003_marc-repeatable.t D /mirror/MARC-Fast/trunk/t/koha-105405.mrc A /mirror/MARC-Fast/trunk/t/koha-232766.mrc

better example with repetable field and subfields

r4356 (orig r42): dpavlin | 2010-09-23 15:07:28 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/lib/MARC/Fast.pm

fix repeatable subfields in to_hash

r4355 (orig r41): dpavlin | 2010-09-23 15:06:25 +0200 Changed paths:
A /mirror/MARC-Fast/trunk/t/koha-105405.mrc

test data with repeatable subfield

r4354 (orig r40): dpavlin | 2010-09-23 15:05:59 +0200 Changed paths:
A /mirror/MARC-Fast/trunk/t/003_marc-repeatable.t

test repeatable subfields

r4353 (orig r39): dpavlin | 2010-09-23 14:55:35 +0200 Changed paths:
D /mirror/MARC-Fast/trunk/Fast.pm
M /mirror/MARC-Fast/trunk/Makefile.PL A /mirror/MARC-Fast/trunk/lib
A /mirror/MARC-Fast/trunk/lib/MARC
A /mirror/MARC-Fast/trunk/lib/MARC/Fast.pm (from /mirror/MARC-Fast/trunk/Fast.pm:4350)

move Fast.pm into lib/MARC/Fast.pm

r4352 (orig r38): dpavlin | 2010-09-23 14:29:37 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/t/002_marc-utf8.t

use file from $marc_file variable

r4351 (orig r37): dpavlin | 2010-09-23 14:26:42 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl

use lib instead of blib for local testing

r4350 (orig r36): dpavlin | 2010-09-23 14:24:38 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm

rename tag number to $tag

r4337 (orig r35): dpavlin | 2010-02-04 18:15:09 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm

bump version [0.10]

r4336 (orig r34): dpavlin | 2010-02-04 18:14:52 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/MANIFEST

add utf-8 tests and data into MANIFEST

r4335 (orig r33): dpavlin | 2010-02-04 18:13:18 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm

don't card on junk at end, just warn

r4334 (orig r32): dpavlin | 2010-02-04 18:10:14 +0100 Changed paths:
A /mirror/MARC-Fast/trunk/t/002_marc-utf8.t A /mirror/MARC-Fast/trunk/t/utf8.marc

added test and data for utf-8 encoding example

r4333 (orig r31): dpavlin | 2010-02-04 18:09:49 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm

return correct count for marc files with additional junk bytes at end

r4332 (orig r30): dpavlin | 2010-02-04 18:08:03 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm

added documentation about utf-8 encoded marc files and utf-8 flag in perl scalars

r4331 (orig r29): dpavlin | 2010-02-04 13:54:00 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Makefile.PL M /mirror/MARC-Fast/trunk/t/001_marc.t

don't depend on Test::Exception

r2946 (orig r28): dpavlin | 2008-09-06 12:40:52 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl

include_subfields with option -h

r2865 (orig r27): dpavlin | 2008-08-03 08:49:12 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/Makefile.PL

pull Changes from svk and release to CPAN 0.09

r2372 (orig r26): dpavlin | 2007-11-19 17:37:00 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm
M /mirror/MARC-Fast/trunk/Makefile.PL M /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl M /mirror/MARC-Fast/trunk/t/001_marc.t

use Data::Dump for nicer (shorter/more readable) output instead of Data::Dumper


r2330 (orig r25): dpavlin | 2007-11-06 21:06:26 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl

include subfields in to_hash dump

r2329 (orig r24): dpavlin | 2007-11-06 21:06:07 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm

correctly upgrade repeatable field value to array

r2328 (orig r23): dpavlin | 2007-11-04 23:44:42 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm
M /mirror/MARC-Fast/trunk/t/001_marc.t

much more sane implementation of to_hash which now include option include_subfields just like Biblio::Isis does. [0.09]


r2327 (orig r22): dpavlin | 2007-10-30 17:41:06 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl

display also leader in dump

r2326 (orig r21): dpavlin | 2007-10-29 23:41:21 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/t/001_marc.t

correctly skip tests if there is no test MARC file


r2325 (orig r20): dpavlin | 2007-10-29 23:40:58 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/MANIFEST

update


r2324 (orig r19): dpavlin | 2007-10-29 23:38:55 +0100 Changed paths:
A /mirror/MARC-Fast/trunk/t/camel.usmarc

included sample marc file from MARC-Record-2.0


r2323 (orig r18): dpavlin | 2007-10-29 23:33:35 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm
M /mirror/MARC-Fast/trunk/t/001_marc.t

added $marc->last_leader which returns leader of last record accessed with $marc->fetch
bump version to [0.08]


r2322 (orig r17): dpavlin | 2007-06-21 12:24:12 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm

update version [0.07]


r2321 (orig r16): dpavlin | 2007-06-21 12:23:12 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/t/001_marc.t

make Data::Dump optional


r2320 (orig r15): dpavlin | 2007-06-21 12:05:39 +0200 Changed paths:
D /mirror/MARC-Fast/trunk/Changes

auto-generated from svn log


r2319 (orig r14): dpavlin | 2007-06-19 00:54:02 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm

push new (slim) version [0.06]


r2318 (orig r13): dpavlin | 2007-06-19 00:51:04 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/Changes
M /mirror/MARC-Fast/trunk/MANIFEST
M /mirror/MARC-Fast/trunk/t/001_marc.t

remove huge unimarc.iso file from distribution


r2317 (orig r12): dpavlin | 2007-06-19 00:32:41 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/Changes
M /mirror/MARC-Fast/trunk/MANIFEST
M /mirror/MARC-Fast/trunk/Makefile.PL

release preparation


r2316 (orig r11): dpavlin | 2006-11-03 21:34:31 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm
M /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl M /mirror/MARC-Fast/trunk/t/001_marc.t

added to_ascii to be more like Biblio::ISIS API [0.05]


r2315 (orig r10): dpavlin | 2006-11-03 21:07:58 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl

change terminology to offset and limit


r2314 (orig r9): dpavlin | 2006-07-13 16:00:23 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm
M /mirror/MARC-Fast/trunk/META.yml
M /mirror/MARC-Fast/trunk/t/001_marc.t

hash_filter now gets record number as second arguments to be in sync with Biblio::Isis 0.22


r2313 (orig r8): dpavlin | 2005-12-28 23:16:39 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Changes
M /mirror/MARC-Fast/trunk/Fast.pm

documented hash_filter, fully implemented repeatable subfileds. [0.03]

r2312 (orig r7): dpavlin | 2005-12-28 23:03:24 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl

pod documentation, new options, much nicer output

r2311 (orig r6): dpavlin | 2005-12-19 00:12:26 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/Fast.pm
M /mirror/MARC-Fast/trunk/META.yml
M /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl M /mirror/MARC-Fast/trunk/t/001_marc.t

added to_hash, small fix to test, better output in dump_fastmarc.pl [0.02]


r2310 (orig r5): dpavlin | 2005-10-08 18:33:09 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/Changes
M /mirror/MARC-Fast/trunk/Fast.pm

convert repeatable fileds into repeatable subfields


r2309 (orig r4): dpavlin | 2005-10-08 18:32:54 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl

added option -n number to dump just one record and -d for debug


r2308 (orig r3): dpavlin | 2005-04-08 14:19:24 +0200 Changed paths:
M /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl

dump sorted fields


r2307 (orig r2): dpavlin | 2005-01-04 16:32:54 +0100 Changed paths:
M /mirror/MARC-Fast/trunk/t/001_marc.t

check for test data and skip tests if it doesn't exists


r2306 (orig r1): dpavlin | 2005-01-04 11:26:07 +0100 Changed paths:
A /mirror/MARC-Fast/trunk
A /mirror/MARC-Fast/trunk/Changes
A /mirror/MARC-Fast/trunk/Fast.pm
A /mirror/MARC-Fast/trunk/LICENSE
A /mirror/MARC-Fast/trunk/MANIFEST
A /mirror/MARC-Fast/trunk/META.yml
A /mirror/MARC-Fast/trunk/Makefile.PL A /mirror/MARC-Fast/trunk/README
A /mirror/MARC-Fast/trunk/scripts
A /mirror/MARC-Fast/trunk/scripts/dump_fastmarc.pl A /mirror/MARC-Fast/trunk/t
A /mirror/MARC-Fast/trunk/t/001_marc.t

initital import of 0.01 into subversion