Skip to content

Commit

Permalink
0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeil committed Jan 20, 2020
1 parent 1ec3558 commit 031a0a2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
10 changes: 5 additions & 5 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.011.
# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.012.
use strict;
use warnings;

Expand All @@ -8,17 +8,17 @@ use Module::Build 0.28;

my %module_build_args = (
"build_requires" => {
"Module::Build" => "0.28"
"Module::Build" => "0.3601"
},
"configure_requires" => {
"Module::Build" => "0.28"
"Module::Build" => "0.3601"
},
"dist_abstract" => "Catmandu modules for working with templates",
"dist_author" => [
"Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
],
"dist_name" => "Catmandu-Template",
"dist_version" => "0.12",
"dist_version" => "0.13",
"license" => "perl",
"module_name" => "Catmandu::Template",
"recursive_test_files" => 1,
Expand All @@ -37,7 +37,7 @@ my %module_build_args = (


my %fallback_build_requires = (
"Module::Build" => "0.28",
"Module::Build" => "0.3601",
"Test::Exception" => "0.32",
"Test::More" => "0.88"
);
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-Template

{{$NEXT}}

0.13 2020-01-20 12:53:37 CET
- handle template_before, template_after correctly

0.12 2017-08-18 12:25:22 CEST
- better pod formatting

Expand Down
15 changes: 9 additions & 6 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.17, Dist::Zilla version 6.011, 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 All @@ -26,17 +26,17 @@
"prereqs" : {
"build" : {
"requires" : {
"Module::Build" : "0.28"
"Module::Build" : "0.3601"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.28"
"Module::Build" : "0.3601"
}
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.17",
"Dist::Milla" : "v1.0.20",
"Test::Pod" : "1.41"
}
},
Expand Down Expand Up @@ -68,13 +68,16 @@
"web" : "https://github.com/LibreCat/Catmandu-Template"
}
},
"version" : "0.12",
"version" : "0.13",
"x_contributors" : [
"Jakob Voss <voss@gbv.de>",
"Nicolas Franck <Nicolas.Franck@ugent.be>",
"Nicolas Steenlant <nicolas.steenlant@ugent.be>",
"Patrick Hochstenbach <patrick.hochstenbach@ugent.be>",
"Vitali Peil <vitali.peil@uni-bielefeld.de>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
"x_generated_by_perl" : "v5.30.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0237",
"x_static_install" : 0
}

2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/Template.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Storable qw(freeze);
use Moo;
use namespace::clean;

our $VERSION = '0.12';
our $VERSION = '0.13';

with 'Catmandu::Exporter';

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

our $VERSION = '0.12';
our $VERSION = '0.13';

1;

Expand Down

0 comments on commit 031a0a2

Please sign in to comment.