Skip to content

Commit

Permalink
0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Jul 6, 2017
1 parent 4592fe9 commit ef85062
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
use strict;
use warnings;

use v5.10.1;
use v5.14.0;
use Module::Build::Tiny 0.034;
Build_PL();
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Changelog for Catmandu-MAB2

{{$NEXT}}

0.16 2017-07-06 17:33:02 CEST
- set perl v5.14.0 as minimum version
- add MYMETA.* files

0.15 2017-06-30 17:26:58 CEST
- Delete perl-5.12 from .travis.yml due to Dist::Zilla build fails
- Update and fix .travis.yml
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Catmandu" : "1.0601",
"Catmandu::SRU" : "0.032",
"Readonly" : "0",
"perl" : "v5.10.1"
"perl" : "v5.14.0"
}
},
"test" : {
Expand All @@ -65,7 +65,7 @@
"web" : "https://github.com/jorol/Catmandu-MAB2"
}
},
"version" : "0.15",
"version" : "0.16",
"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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

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.15';
our $VERSION = '0.16';

use strict;
use Moo;
Expand Down

0 comments on commit ef85062

Please sign in to comment.