Skip to content

Commit

Permalink
0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
cKlee committed Jul 14, 2017
1 parent dc98748 commit e4d8c3c
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Build.PL for Catmandu-PICA was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.014.
# This Build.PL for Catmandu-PICA was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
use strict;
use warnings;

use v5.10.0;
use v5.12.0;
use Module::Build::Tiny 0.034;
Build_PL();
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changelog for Catmandu-PICA

{{$NEXT}}

0.23 2017-07-14 10:29:48 CEST
- requires Catmandu::SRU 0.41
0.22 2017-07-13 14:10:25 CEST
- added more fixes to POD
- changes in cpanfile & travis.yml
Expand Down
17 changes: 6 additions & 11 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Johann Rolschewski <rolschewski@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
"generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand All @@ -31,23 +31,18 @@
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.17",
"Dist::Milla" : "v1.0.18",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"conflicts" : {
"Catmandu::SRU" : "< 0.032"
},
"recommends" : {
"Catmandu::SRU" : "0.032"
},
"requires" : {
"Catmandu" : "1.0601",
"Catmandu::SRU" : "0.41",
"Moo" : "1.0",
"PICA::Data" : "0.33",
"PICA::Parser" : "0.585",
"perl" : "v5.10.0"
"perl" : "v5.12.0"
}
},
"test" : {
Expand All @@ -72,7 +67,7 @@
"web" : "https://github.com/gbv/Catmandu-PICA"
}
},
"version" : "0.22",
"version" : "0.23",
"x_contributors" : [
"Carsten Klee <carsten.klee@sbb.spk-berlin.de>",
"Carsten Klee <cKlee@users.noreply.github.com>",
Expand All @@ -81,6 +76,6 @@
"Johann Rolschewski <jorol@cpan.org>",
"Julian Ladisch <julianladisch@users.noreply.github.com>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0216"
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
}

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ introduction into Catmandu.

# CONTRIBUTORS

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

Jakob Vo� &lt;voss@gbv.de>
Jakob Voß <voss@gbv.de>

Carsten Klee <klee@cpan.org>

# COPYRIGHT

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/PICA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use PICA::Writer::XML;
use PICA::Writer::PPXML;
use Moo;

our $VERSION = '0.22';
our $VERSION = '0.23';

with 'Catmandu::Exporter';

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

our $VERSION = '0.22';
our $VERSION = '0.23';

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

our $VERSION = '0.22';
our $VERSION = '0.23';

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

our $VERSION = '0.22';
our $VERSION = '0.23';

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

our $VERSION = '0.22';
our $VERSION = '0.23';

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

our $VERSION = '0.22';
our $VERSION = '0.23';

use Catmandu::Sane;
use Moo;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/PICA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Importer::PICA;
use strict;
use warnings;

our $VERSION = '0.22';
our $VERSION = '0.23';

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

our $VERSION = '0.22';
our $VERSION = '0.23';

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

our $VERSION = '0.22';
our $VERSION = '0.23';

1;
__END__
Expand Down

0 comments on commit e4d8c3c

Please sign in to comment.