Skip to content

Commit

Permalink
0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Jul 9, 2017
1 parent 026665b commit 1c7f800
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Changelog for Catmandu-MAB2

{{$NEXT}}

0.18 2017-07-09 13:08:05 CEST
- set required version of Catmandu::SRU

0.17 2017-07-08 19:35:40 CEST
- get XML as string

Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"runtime" : {
"requires" : {
"Catmandu" : "1.0601",
"Catmandu::SRU" : "0.032",
"Catmandu::SRU" : "0.400",
"Readonly" : "0",
"perl" : "v5.14.0"
}
Expand All @@ -65,7 +65,7 @@
"web" : "https://github.com/jorol/Catmandu-MAB2"
}
},
"version" : "0.17",
"version" : "0.18",
"x_contributors" : [
"Johann Rolschewski <rolschewski@gmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/MAB2.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Exporter::MAB2;

our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

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


our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

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

our $VERSION = '0.17';
our $VERSION = '0.18';

use strict;
use Moo;
Expand Down

0 comments on commit 1c7f800

Please sign in to comment.