Skip to content

Commit

Permalink
0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Mar 23, 2020
1 parent b499013 commit 945c02e
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 16 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ Changelog for Catmandu-MAB2

{{$NEXT}}

0.24 2020-03-23 12:05:17 CET
- merge pr#11 in master

0.23 2020-03-23 11:52:57 CET
- gh#13 fix SRU test

Expand Down
8 changes: 6 additions & 2 deletions META.json
Expand Up @@ -39,7 +39,10 @@
"requires" : {
"Catmandu" : "1.20",
"Catmandu::SRU" : "0.427",
"Moo" : "0",
"Moo::Role" : "0",
"Readonly" : "0",
"XML::LibXML::Reader" : "0",
"perl" : "v5.14.0"
}
},
Expand All @@ -65,9 +68,10 @@
"web" : "https://github.com/jorol/Catmandu-MAB2"
}
},
"version" : "0.23",
"version" : "0.24",
"x_contributors" : [
"Johann Rolschewski <rolschewski@gmail.com>"
"Johann Rolschewski <rolschewski@gmail.com>",
"Mohammad S Anwar <mohammad.anwar@yahoo.com>"
],
"x_generated_by_perl" : "v5.28.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.08",
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::Exporter::MAB2;

our $VERSION = '0.23';
our $VERSION = '0.24';

use Catmandu::Sane;
use MAB2::Writer::Disk;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Bind/mab_each.pm
@@ -1,6 +1,6 @@
package Catmandu::Fix::Bind::mab_each;

our $VERSION = '0.23';
our $VERSION = '0.24';

use Moo;
use Catmandu::Util;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Condition/mab_match.pm
@@ -1,6 +1,6 @@
package Catmandu::Fix::Condition::mab_match;

our $VERSION = '0.23';
our $VERSION = '0.24';

use Catmandu::Sane;
use Catmandu::Fix::mab_map;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/mab_map.pm
@@ -1,7 +1,7 @@
package Catmandu::Fix::mab_map;


our $VERSION = '0.23';
our $VERSION = '0.24';

use Catmandu::Sane;
use Carp qw(confess);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::Importer::MAB2;

our $VERSION = '0.23';
our $VERSION = '0.24';

use Catmandu::Sane;
use Moo;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/SRU/Parser/mabxml.pm
@@ -1,6 +1,6 @@
package Catmandu::Importer::SRU::Parser::mabxml;

our $VERSION = '0.23';
our $VERSION = '0.24';

use Moo;
use MAB2::Parser::XML;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::MAB2;

our $VERSION = '0.23';
our $VERSION = '0.24';

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/MAB2/Parser/Disk.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::Disk;

our $VERSION = '0.23';
our $VERSION = '0.24';

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/MAB2/Parser/RAW.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::RAW;

our $VERSION = '0.23';
our $VERSION = '0.24';

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/MAB2/Parser/XML.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::XML;

our $VERSION = '0.23';
our $VERSION = '0.24';

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/MAB2/Writer/Disk.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::Disk;

our $VERSION = '0.23';
our $VERSION = '0.24';

use strict;
use charnames ':full';
Expand Down
2 changes: 1 addition & 1 deletion lib/MAB2/Writer/Handle.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::Handle;

our $VERSION = '0.23';
our $VERSION = '0.24';

use strict;
use Moo::Role;
Expand Down
2 changes: 1 addition & 1 deletion lib/MAB2/Writer/RAW.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::RAW;

our $VERSION = '0.23';
our $VERSION = '0.24';

use strict;
use Moo;
Expand Down
2 changes: 1 addition & 1 deletion lib/MAB2/Writer/XML.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::XML;

our $VERSION = '0.23';
our $VERSION = '0.24';

use strict;
use Moo;
Expand Down

0 comments on commit 945c02e

Please sign in to comment.