Skip to content

Commit

Permalink
0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Jul 15, 2017
1 parent 6ac5dd0 commit 7d2538a
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 15 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.20 2017-07-15 13:47:56 CEST
- gh#9: MYMETA must not be included

0.19 2017-07-09 15:05:56 CEST
- fix version number of required dependency

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"web" : "https://github.com/jorol/Catmandu-MAB2"
}
},
"version" : "0.19",
"version" : "0.20",
"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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

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.19';
our $VERSION = '0.20';

use strict;
use Moo;
Expand Down

0 comments on commit 7d2538a

Please sign in to comment.