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