Skip to content

Commit

Permalink
0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Jun 30, 2017
1 parent e72a5e5 commit 9521f0f
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 24 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-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;

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

{{$NEXT}}

0.20 2017-06-30 18:02:47 CEST
- Upgrading Catmandu using new group binds for pica_each
- pica_add and pica_set
- Update .travis.yml
- list current dependencies
- unused variable
- typos in POD

0.19 2016-02-19 09:14:13 CET
- Requires PICA::Data version 0.30
- Add new PICA+ XML format variant (PPXML)
Expand Down
40 changes: 28 additions & 12 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,37 @@
"Johann Rolschewski <rolschewski@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.039, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001",
"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-PICA",
"no_index" : {
"directory" : [
"t",
"xt",
"eg",
"examples",
"inc",
"share",
"eg",
"examples"
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.034"
},
"suggests" : {
"JSON::PP" : "2.27300"
}
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.15",
"Dist::Milla" : "v1.0.17",
"Test::Pod" : "1.41"
}
},
Expand All @@ -43,8 +46,19 @@
"Catmandu::SRU" : "0.032"
},
"requires" : {
"Catmandu" : "0.9504",
"PICA::Data" : "0.30"
"Catmandu" : "1.0601",
"Moo" : "1.0",
"PICA::Data" : "0.30",
"PICA::Parser" : "0.585",
"PICA::Path" : "0.31"
}
},
"test" : {
"requires" : {
"File::Temp" : "0.2304",
"IO::File" : "1.14",
"Test::Exception" : "0.43",
"Test::More" : "1.001003"
}
}
},
Expand All @@ -60,12 +74,14 @@
"web" : "https://github.com/gbv/Catmandu-PICA"
}
},
"version" : "0.19",
"version" : "0.20",
"x_contributors" : [
"Carsten Klee <carsten.klee@sbb.spk-berlin.de>",
"E. Choroba <choroba@matfyz.cz>",
"Jakob Voß <jakob.voss@gbv.de>",
"Jakob Vo\u00df <jakob.voss@gbv.de>",
"Johann Rolschewski <jorol@cpan.org>",
"Julian Ladisch <julianladisch@users.noreply.github.com>"
]
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0221"
}

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ 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>

# 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 @@ -9,7 +9,7 @@ use PICA::Writer::Binary;
use PICA::Writer::XML;
use Moo;

our $VERSION = '0.19';
our $VERSION = '0.20';

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

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

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

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

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

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

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

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

1;
__END__
Expand Down

0 comments on commit 9521f0f

Please sign in to comment.