X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile.PL;h=23496be5551752c32abeef20553d7a7bca0c3286;hb=b665b000409db5def03f1727178bea1f2ad4f5f8;hp=db4c282b449cadba8a9363eb80d3bc17b3b7cdc2;hpb=3a345750fddc777385eacb334ea011f9327b774e;p=chaz%2Fgit-codeowners diff --git a/Makefile.PL b/Makefile.PL index db4c282..23496be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,8 +27,7 @@ my %WriteMakefileArgs = ( "Getopt::Long" => "2.39", "IPC::Open2" => 0, "Module::Load" => 0, - "Path::Tiny" => 0, - "Pod::Usage" => 0, + "Path::Tiny" => "0.089", "Scalar::Util" => 0, "Test::Builder" => 0, "Text::Gitignore" => 0, @@ -48,7 +47,7 @@ my %WriteMakefileArgs = ( "Test::Exit" => 0, "Test::More" => 0 }, - "VERSION" => "0.42", + "VERSION" => "0.46", "test" => { "TESTS" => "t/*.t" } @@ -70,8 +69,7 @@ my %FallbackPrereqs = ( "IPC::Open2" => 0, "IPC::Open3" => 0, "Module::Load" => 0, - "Path::Tiny" => 0, - "Pod::Usage" => 0, + "Path::Tiny" => "0.089", "Scalar::Util" => 0, "Test::Builder" => 0, "Test::Exit" => 0,