Skip to content

Commit

Permalink
1.1004
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Apr 26, 2018
1 parent 71a7b98 commit 5e89c54
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,10 @@ Revision history for Module::Install::CPANfile


{{$NEXT}} {{$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 1.1003 2018-04-22 01:54:46 CEST
- Make options written back with save() - Make options written back with save()
- Documented options_for_module method - Documented options_for_module method
Expand Down
10 changes: 6 additions & 4 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa" "Tatsuhiko Miyagawa"
], ],
"dynamic_config" : 0, "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" : [ "license" : [
"perl_5" "perl_5"
], ],
Expand Down Expand Up @@ -34,7 +34,7 @@
}, },
"develop" : { "develop" : {
"requires" : { "requires" : {
"Dist::Milla" : "v1.0.18", "Dist::Milla" : "v1.0.20",
"Test::Pod" : "1.41" "Test::Pod" : "1.41"
} }
}, },
Expand Down Expand Up @@ -67,7 +67,7 @@
"web" : "https://github.com/miyagawa/cpanfile" "web" : "https://github.com/miyagawa/cpanfile"
} }
}, },
"version" : "1.1003", "version" : "1.1004",
"x_contributors" : [ "x_contributors" : [
"Atsushi Kato <ktat@cpan.org>", "Atsushi Kato <ktat@cpan.org>",
"David Golden <dagolden@cpan.org>", "David Golden <dagolden@cpan.org>",
Expand All @@ -76,13 +76,15 @@
"Gregory Oschwald <oschwald@gmail.com>", "Gregory Oschwald <oschwald@gmail.com>",
"grtodd <gtodd@iciti.ca>", "grtodd <gtodd@iciti.ca>",
"ikasam_a <masaki.nakagawa@gmail.com>", "ikasam_a <masaki.nakagawa@gmail.com>",
"James E Keenan <jkeenan@cpan.org>",
"Kenichi Ishigaki <ishigaki@cpan.org>", "Kenichi Ishigaki <ishigaki@cpan.org>",
"Masahiro Honma <hiratara@cpan.org>", "Masahiro Honma <hiratara@cpan.org>",
"Michiel Beijen <michiel.beijen@gmail.com>", "Michiel Beijen <michiel.beijen@gmail.com>",
"Olivier Mengu\u00e9 <dolmen@cpan.org>", "Olivier Mengu\u00e9 <dolmen@cpan.org>",
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>", "Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
"Tatsuhiko Miyagawa <miyagawa@gmail.com>" "Tatsuhiko Miyagawa <miyagawa@gmail.com>"
], ],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0233" "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233",
"x_static_install" : 1
} }


2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
"File::pushd" => 0, "File::pushd" => 0,
"Test::More" => "0.88" "Test::More" => "0.88"
}, },
"VERSION" => "1.1003", "VERSION" => "1.1004",
"test" => { "test" => {
"TESTS" => "t/*.t" "TESTS" => "t/*.t"
} }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANfile.pm
Expand Up @@ -6,7 +6,7 @@ use Carp ();
use Module::CPANfile::Environment; use Module::CPANfile::Environment;
use Module::CPANfile::Requirement; use Module::CPANfile::Requirement;


our $VERSION = '1.1003'; our $VERSION = '1.1004';


BEGIN { BEGIN {
if (${^TAINT}) { if (${^TAINT}) {
Expand Down

0 comments on commit 5e89c54

Please sign in to comment.