]> Dogcows Code - chaz/git-codeowners/blobdiff - Makefile.PL
Version 0.42
[chaz/git-codeowners] / Makefile.PL
index c4ebbbe2e456d7e2d229f5fc3cfb0fa1a0af5016..db4c282b449cadba8a9363eb80d3bc17b3b7cdc2 100644 (file)
@@ -21,17 +21,18 @@ my %WriteMakefileArgs = (
   "NAME" => "App::Codeowners",
   "PREREQ_PM" => {
     "Carp" => 0,
-    "Color::ANSI::Util" => 0,
+    "Color::ANSI::Util" => "0.03",
     "Encode" => 0,
     "Exporter" => 0,
     "Getopt::Long" => "2.39",
     "IPC::Open2" => 0,
+    "Module::Load" => 0,
     "Path::Tiny" => 0,
     "Pod::Usage" => 0,
     "Scalar::Util" => 0,
     "Test::Builder" => 0,
     "Text::Gitignore" => 0,
-    "Text::Table::Any" => 0,
+    "parent" => 0,
     "strict" => 0,
     "utf8" => 0,
     "warnings" => 0
@@ -47,7 +48,7 @@ my %WriteMakefileArgs = (
     "Test::Exit" => 0,
     "Test::More" => 0
   },
-  "VERSION" => "0.41",
+  "VERSION" => "0.42",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -57,7 +58,7 @@ my %WriteMakefileArgs = (
 my %FallbackPrereqs = (
   "Capture::Tiny" => 0,
   "Carp" => 0,
-  "Color::ANSI::Util" => 0,
+  "Color::ANSI::Util" => "0.03",
   "Encode" => 0,
   "Exporter" => 0,
   "ExtUtils::MakeMaker" => 0,
@@ -68,6 +69,7 @@ my %FallbackPrereqs = (
   "IO::Handle" => 0,
   "IPC::Open2" => 0,
   "IPC::Open3" => 0,
+  "Module::Load" => 0,
   "Path::Tiny" => 0,
   "Pod::Usage" => 0,
   "Scalar::Util" => 0,
@@ -75,7 +77,7 @@ my %FallbackPrereqs = (
   "Test::Exit" => 0,
   "Test::More" => 0,
   "Text::Gitignore" => 0,
-  "Text::Table::Any" => 0,
+  "parent" => 0,
   "strict" => 0,
   "utf8" => 0,
   "warnings" => 0
This page took 0.021778 seconds and 4 git commands to generate.