File: Changes

package info (click to toggle)
libmarc-transform-perl 0.003009-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 388 kB
  • sloc: perl: 1,622; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Revision history for Perl extension MARC::Transform.

* 2020-10-12: Version 0.003009
    - add an optional argument to define yaml file encoding

* 2019-04-17: Version 0.003008
    - fix : so that the 010 fields are no longer considered as controlfields

* 2018-12-04: Version 0.003007
    - fixes to maintain module compatibility with the latest version of YAML Perl module

* 2014-11-25: Version 0.003006
    - improves field validation defined in the yaml
    - documentation corrections

* 2014-08-26: Version 0.003005
    - documentation update

* 2013-10-10: Version 0.003004
    - fix : prevents interpretation of incorrectly defined fields in the yaml

* 2013-09-30: Version 0.003003
    - documentation updates

* 2013-09-27: Version 0.003002
    - fixes : checks the existence of subfields defined in the yaml, prevents misinterpretation of certain characters

* 2012-04-12: Version 0.003001
    - enhancement : add optional hash reference in third argument

* 2011-12-12: Version 0.002004
    - fix : no longer displays warnings for undefined fields

* 2011-11-02: Versions 0.002002 and 0.002003
    - documentation corrections

* 2011-11-01: Version 0.002001
    - adds support of yaml files

* 2011-08-28: Version 0.001001
    - first version