diff options
Diffstat (limited to 'dist/ExtUtils-CBuilder/Makefile.PL')
-rw-r--r-- | dist/ExtUtils-CBuilder/Makefile.PL | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/ExtUtils-CBuilder/Makefile.PL b/dist/ExtUtils-CBuilder/Makefile.PL index 13734c55ee..820b2948c2 100644 --- a/dist/ExtUtils-CBuilder/Makefile.PL +++ b/dist/ExtUtils-CBuilder/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.039. use strict; use warnings; @@ -13,7 +13,6 @@ my %WriteMakefileArgs = ( "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "ExtUtils-CBuilder", - "EXE_FILES" => [], "LICENSE" => "perl", "NAME" => "ExtUtils::CBuilder", "PREREQ_PM" => { @@ -30,7 +29,7 @@ my %WriteMakefileArgs = ( "TEST_REQUIRES" => { "Test::More" => "0.47" }, - "VERSION" => "0.280223", + "VERSION" => "0.280224", "test" => { "TESTS" => "t/*.t" } |