From f6d6c925505885804e591889f9b7b60d64b7ee37 Mon Sep 17 00:00:00 2001 From: shawnlaffan Date: Sat, 12 Aug 2023 09:29:49 +1000 Subject: [PATCH] Remove Path::Class from cpanfile and Makefile.PL --- Makefile.PL | 1 - cpanfile | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 5e710ff85..d7c167ba5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,6 @@ my %common_reqs = ( "List::Util" => "1.54", "Math::Polygon" => 0, "Math::Random::MT::Auto" => "6.21", - "Path::Class" => 0, "Readonly" => 0, "Ref::Util" => 0, "Ref::Util::XS" => 0, diff --git a/cpanfile b/cpanfile index 6d8bc4106..aad0aea71 100644 --- a/cpanfile +++ b/cpanfile @@ -22,7 +22,6 @@ requires "List::Unique::DeterministicOrder", "0.003"; requires "List::Util", "1.54"; requires "Math::Polygon"; requires "Math::Random::MT::Auto", "6.21"; -requires "Path::Class"; requires "Readonly"; requires "Ref::Util"; requires "Ref::Util::XS";