From 5e89c54bb388402db3a0bb61a44de875860df3d1 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Thu, 26 Apr 2018 02:08:30 -0700 Subject: [PATCH] 1.1004 --- Changes | 4 ++++ META.json | 10 ++++++---- Makefile.PL | 2 +- lib/Module/CPANfile.pm | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 75b604b..78842dc 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Module::Install::CPANfile {{$NEXT}} +1.1004 2018-04-26 02:07:14 PDT + - Fix a bug in to_strings with empty feature block (charsbar) #50 + - Explicitly add . in tests for perl 5.26 + 1.1003 2018-04-22 01:54:46 CEST - Make options written back with save() - Documented options_for_module method diff --git a/META.json b/META.json index 1611610..92e479c 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Tatsuhiko Miyagawa" ], "dynamic_config" : 0, - "generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -34,7 +34,7 @@ }, "develop" : { "requires" : { - "Dist::Milla" : "v1.0.18", + "Dist::Milla" : "v1.0.20", "Test::Pod" : "1.41" } }, @@ -67,7 +67,7 @@ "web" : "https://github.com/miyagawa/cpanfile" } }, - "version" : "1.1003", + "version" : "1.1004", "x_contributors" : [ "Atsushi Kato ", "David Golden ", @@ -76,6 +76,7 @@ "Gregory Oschwald ", "grtodd ", "ikasam_a ", + "James E Keenan ", "Kenichi Ishigaki ", "Masahiro Honma ", "Michiel Beijen ", @@ -83,6 +84,7 @@ "Tatsuhiko Miyagawa ", "Tatsuhiko Miyagawa " ], - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233" + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233", + "x_static_install" : 1 } diff --git a/Makefile.PL b/Makefile.PL index dc2876c..afc3c41 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,7 @@ my %WriteMakefileArgs = ( "File::pushd" => 0, "Test::More" => "0.88" }, - "VERSION" => "1.1003", + "VERSION" => "1.1004", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/Module/CPANfile.pm b/lib/Module/CPANfile.pm index 33e14c9..ffb4c61 100644 --- a/lib/Module/CPANfile.pm +++ b/lib/Module/CPANfile.pm @@ -6,7 +6,7 @@ use Carp (); use Module::CPANfile::Environment; use Module::CPANfile::Requirement; -our $VERSION = '1.1003'; +our $VERSION = '1.1004'; BEGIN { if (${^TAINT}) {