File tree 11 files changed +12
-22
lines changed
11 files changed +12
-22
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Catmandu-OAI
2
2
3
3
{{$NEXT}}
4
+
5
+ 0.21 2024-08-23 07:51:38 CEST
4
6
- Maintenance release
5
7
- Removing old dependencies checks
6
8
Original file line number Diff line number Diff line change 23
23
" xt"
24
24
]
25
25
},
26
- "optional_features" : {
27
- "xslt" : {
28
- "description" : " xslt" ,
29
- "prereqs" : {
30
- "runtime" : {
31
- "requires" : {
32
- "Catmandu::XML" : " 0.15"
33
- }
34
- }
35
- }
36
- }
37
- },
38
26
"prereqs" : {
39
27
"configure" : {
40
28
"requires" : {
83
71
"web" : " https://github.com/LibreCat/Catmandu-OAI"
84
72
}
85
73
},
86
- "version" : " 0.20 " ,
74
+ "version" : " 0.21 " ,
87
75
"x_contributors" : [
88
76
" Christian Pietsch <christian.pietsch@uni-bielefeld.de>" ,
89
77
" Jakob Voss <voss@gbv.de>" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use Carp;
9
9
use Catmandu::Error;
10
10
use URI;
11
11
12
- our $VERSION = ' 0.20 ' ;
12
+ our $VERSION = ' 0.21 ' ;
13
13
14
14
with ' Catmandu::Importer' ;
15
15
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Catmandu::Importer::OAI::Parser::marcxml;
3
3
use Catmandu::Sane;
4
4
use Moo;
5
5
6
- our $VERSION = ' 0.20 ' ;
6
+ our $VERSION = ' 0.21 ' ;
7
7
8
8
sub parse {
9
9
my ($self ,$dom ) = @_ ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use MODS::Record;
6
6
use Catmandu::Util;
7
7
use JSON;
8
8
9
- our $VERSION = ' 0.20 ' ;
9
+ our $VERSION = ' 0.21 ' ;
10
10
11
11
with ' Catmandu::Logger' ;
12
12
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Catmandu::Importer::OAI::Parser::oai_dc;
3
3
use Catmandu::Sane;
4
4
use Moo;
5
5
6
- our $VERSION = ' 0.20 ' ;
6
+ our $VERSION = ' 0.21 ' ;
7
7
8
8
sub parse {
9
9
my ($self ,$dom ) = @_ ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Catmandu::Importer::OAI::Parser::raw;
3
3
use Catmandu::Sane;
4
4
use Moo;
5
5
6
- our $VERSION = ' 0.20 ' ;
6
+ our $VERSION = ' 0.21 ' ;
7
7
8
8
sub parse {
9
9
my ($self ,$dom ) = @_ ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use Catmandu::Sane;
4
4
use Moo;
5
5
use XML::Struct qw( readXML) ;
6
6
7
- our $VERSION = ' 0.20 ' ;
7
+ our $VERSION = ' 0.21 ' ;
8
8
9
9
sub parse {
10
10
my ($self ,$dom ) = @_ ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Catmandu::OAI - Catmandu modules for working with OAI repositories
29
29
30
30
=cut
31
31
32
- our $VERSION = ' 0.20 ' ;
32
+ our $VERSION = ' 0.21 ' ;
33
33
34
34
=head1 MODULES
35
35
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Catmandu::Store::OAI;
2
2
3
3
use Catmandu::Sane;
4
4
5
- our $VERSION = ' 0.20 ' ;
5
+ our $VERSION = ' 0.21 ' ;
6
6
7
7
use Moo;
8
8
use Catmandu::Util qw( :is) ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use Catmandu::Hits;
7
7
use Catmandu::Error;
8
8
use Moo;
9
9
10
- our $VERSION = ' 0.20 ' ;
10
+ our $VERSION = ' 0.21 ' ;
11
11
12
12
with ' Catmandu::Bag' ;
13
13
You can’t perform that action at this time.
0 commit comments