Skip to content

Commit

Permalink
0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeil committed Aug 20, 2018
1 parent 0108610 commit 9f22e38
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 16 deletions.
5 changes: 2 additions & 3 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.039.
# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.012.
use strict;
use warnings;

Expand All @@ -18,14 +18,13 @@ my %module_build_args = (
"Vitali Peil"
],
"dist_name" => "Catmandu-RIS",
"dist_version" => "0.10",
"dist_version" => "0.11",
"license" => "perl",
"module_name" => "Catmandu::RIS",
"recursive_test_files" => 1,
"requires" => {
"Catmandu" => 0,
"Catmandu::Importer::CSV" => 0,
"Encode" => 0,
"perl" => "v5.10.1"
},
"test_requires" => {
Expand Down
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Revision history for Catmandu-RIS

{{$NEXT}}

0.11 2018-08-20 20:40:26 CEST
- minor pod improvements
- avoid utf8 double encoding
- Providing how to create a MARC 2 RIS mapping

0.10 2015-08-18 19:31:45 CEST
Expand Down
23 changes: 13 additions & 10 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Vitali Peil"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.039, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005",
"generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand All @@ -15,12 +15,12 @@
"name" : "Catmandu-RIS",
"no_index" : {
"directory" : [
"t",
"xt",
"eg",
"examples",
"inc",
"share",
"eg",
"examples"
"t",
"xt"
]
},
"prereqs" : {
Expand All @@ -36,15 +36,14 @@
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.15",
"Dist::Milla" : "v1.0.20",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Catmandu" : "0",
"Catmandu::Importer::CSV" : "0",
"Encode" : "0",
"perl" : "v5.10.1"
}
},
Expand All @@ -66,10 +65,14 @@
"web" : "https://github.com/LibreCat/Catmandu-RIS"
}
},
"version" : "0.10",
"version" : "0.11",
"x_contributors" : [
"Nicolas Franck <nicolas.franck@ugent.be>",
"Patrick Hochstenbach <patrick.hochstenbach@ugent.be>",
"vpeil <vitali.peil@uni-bielefeld.de>"
]
"Vitali Peil <vitali.peil@uni-bielefeld.de>"
],
"x_generated_by_perl" : "v5.28.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.05",
"x_static_install" : 0
}

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ Catmandu::RIS - Catmandu modules for working with RIS data
# Provide a comma separated mapping file to translate RIS tags
catmandu convert RIS --human mappings/my_tags.txt < input.txt

# MODULES

- [Catmandu::Exporter::RIS](https://metacpan.org/pod/Catmandu::Exporter::RIS)
- [Catmandu::Importer::RIS](https://metacpan.org/pod/Catmandu::Importer::RIS)

# MAPPING

See the examples in the package [https://github.com/LibreCat/Catmandu-RIS/tree/master/examples](https://github.com/LibreCat/Catmandu-RIS/tree/master/examples)
for some hints how to create a mapping.

# Author

Nicolas Steenlant
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/RIS.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Exporter::RIS;

our $VERSION = '0.10';
our $VERSION = '0.11';

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

our $VERSION = '0.10';
our $VERSION = '0.11';

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

our $VERSION = '0.10';
our $VERSION = '0.11';

1;

Expand Down

0 comments on commit 9f22e38

Please sign in to comment.