Skip to content

Commit

Permalink
0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Jun 30, 2017
1 parent 3fe75eb commit 353db5a
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This Build.PL for Catmandu-MAB2 was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.014.
# This Build.PL for Catmandu-MAB2 was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
use strict;
use warnings;

Expand Down
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Changelog for Catmandu-MAB2

{{$NEXT}}

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
- Upgrading Catmandu using new group binds for mab_each

0.14 2016-03-18 17:14:18 CET
- Fix issue with leader for MAB2::Writer

Expand Down
13 changes: 7 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"Johann Rolschewski <jorol@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.043, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005",
"generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150001",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
"version" : 2
},
"name" : "Catmandu-MAB2",
"no_index" : {
Expand All @@ -31,13 +31,13 @@
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.15",
"Dist::Milla" : "v1.0.17",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Catmandu" : "0.9504",
"Catmandu" : "1.0601",
"Catmandu::SRU" : "0.032",
"Readonly" : "0",
"perl" : "v5.10.1"
Expand Down Expand Up @@ -65,9 +65,10 @@
"web" : "https://github.com/jorol/Catmandu-MAB2"
}
},
"version" : "0.14",
"version" : "0.15",
"x_contributors" : [
"Johann Rolschewski <rolschewski@gmail.com>"
]
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0221"
}

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Parser and writer for MAB2 data.

# AUTHOR

Johann Rolschewski &lt;jorol@cpan.org>
Johann Rolschewski <jorol@cpan.org>

# COPYRIGHT AND LICENSE

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

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.14';
our $VERSION = '0.15';

use strict;
use Moo;
Expand Down

0 comments on commit 353db5a

Please sign in to comment.