X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.PL;h=4794279ad0771fc8d67df502b20ab85b1afb66e3;hb=a6b5af4adc7ded62e680b82073781028c2e78158;hp=446a3532e7af73e76ebb13a0835aae924651f74f;hpb=c7fd400a7054264da00dd2b950850848f7c4e590;p=chaz%2Fgit-codeowners diff --git a/Makefile.PL b/Makefile.PL index 446a353..4794279 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,6 @@ my %WriteMakefileArgs = ( "IPC::Open2" => 0, "Module::Load" => 0, "Path::Tiny" => 0, - "Pod::Usage" => 0, "Scalar::Util" => 0, "Test::Builder" => 0, "Text::Gitignore" => 0, @@ -48,7 +47,7 @@ my %WriteMakefileArgs = ( "Test::Exit" => 0, "Test::More" => 0 }, - "VERSION" => "0.44", + "VERSION" => "0.45", "test" => { "TESTS" => "t/*.t" } @@ -71,7 +70,6 @@ my %FallbackPrereqs = ( "IPC::Open3" => 0, "Module::Load" => 0, "Path::Tiny" => 0, - "Pod::Usage" => 0, "Scalar::Util" => 0, "Test::Builder" => 0, "Test::Exit" => 0,