Skip to content

Commit

Permalink
0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeil committed Jan 15, 2019
1 parent ff81526 commit b341f34
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
5 changes: 3 additions & 2 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 v6.008.
# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.012.
use strict;
use warnings;

Expand All @@ -18,13 +18,14 @@ my %module_build_args = (
"Nicolas Steenlant C<< <nicolas.steenlant at ugent.be> >>"
],
"dist_name" => "Catmandu-BibTeX",
"dist_version" => "0.08",
"dist_version" => "0.10",
"license" => "perl",
"module_name" => "Catmandu::BibTeX",
"recursive_test_files" => 1,
"requires" => {
"BibTeX::Parser" => 0,
"Catmandu" => 0,
"Clone" => 0,
"Moo" => 0,
"perl" => "v5.10.1"
},
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Catmandu-BibTeX

{{$NEXT}}

0.10 2019-01-15 13:26:40 CET
- make exporter idempotent

0.08 2017-01-17 08:01:25 CET
- support importing authors/editors as if,
i.e. single authors will be SCALARs and multiple authors
Expand Down
11 changes: 7 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Nicolas Steenlant C<< <nicolas.steenlant at ugent.be> >>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.16, Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150001",
"generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -36,14 +36,15 @@
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.16",
"Dist::Milla" : "v1.0.20",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"BibTeX::Parser" : "0",
"Catmandu" : "0",
"Clone" : "0",
"Moo" : "0",
"perl" : "v5.10.1"
}
Expand All @@ -66,13 +67,15 @@
"web" : "https://github.com/LibreCat/Catmandu-BibTeX"
}
},
"version" : "0.08",
"version" : "0.10",
"x_contributors" : [
"Christian Pietsch <christian.pietsch@uni-bielefeld.de>",
"Jakob Voss <voss@gbv.de>",
"Nicolas Steenlant <nicolas.steenlant@ugent.be>",
"Vitali Peil <vitali.peil@uni-bielefeld.de>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
"x_generated_by_perl" : "v5.28.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.08",
"x_static_install" : 0
}

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

our $VERSION = '0.08';
our $VERSION = '0.10';

1;

Expand Down

0 comments on commit b341f34

Please sign in to comment.