File: Changes

package info (click to toggle)
libmods-record-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 1,649; xml: 83; sh: 4; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (2)
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
42
43
Revision history for perl module MODS::Record

0.13  2018-11-22 15:59:34 CET
    - Fixing name element has missing type attribute #4
    - Fixing empty MODS::Element::Affiliation #5
    - Fixing license

0.11  2015-09-23 09:23:57 CEST
    - Fixing UTF8 bug in JSON export

0.10  2015-09-22 15:46:42 CEST
    - Adding missing Affiliation tag

0.09  2015-04-01 13:18:23 CEST
    - Downgrading cpanfile

0.08 2015-03-02
    - Changed shelfLocation to shelfLocator
    - Migrating to Dist::Milla
    - Bumping version +

0.07 2013-08-08
    - Changed 'defined-or' operators to 'or' operators to suport perl 5.8.X

0.06 2013-08-06
    - Fixing UTF-8 handling of JSON

0.05 2013-08-05
    - Adding Changes file
    - Adding support for callback function in from_xml, from_json

0.04 2013-08-04
    - Fixing test scripts based on CPAN feedback

0.03 2013-08-03
    - Switching to Build.PL Scripts
    - Fixing documentation

0.02 2013-08-03
    - Adding a LICENSE

0.01 2013-08-02
    - First release to CPAN