From d61aab53d5b8eacae03648429caec336264fa857 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 1 Nov 2019 13:09:15 +0100 Subject: Remove dependency reference for Pod::Load According to the maintainer of Pod::Load (jmerelo), it no longer depends on Temp::Path. A pull request was added for this on the GitHub repository of this project, but seemingly ignored. --- modules/MODULES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/MODULES.txt b/modules/MODULES.txt index fa07ea6..ce332f3 100644 --- a/modules/MODULES.txt +++ b/modules/MODULES.txt @@ -26,7 +26,7 @@ Digest::MD5 HTTP::Status Template::Mustache PSGI -HTTP::Easy # PSGI +HTTP::Easy # PSGI Template::Mojo NativeHelpers::Blob DBIish # NativeHelpers::Blob @@ -34,8 +34,8 @@ Test::When File::Directory::Tree Digest Testo -Temp::Path # Digest::SHA, File::Directory::Tree -Pod::Load # Temp::Path +Temp::Path # Digest::SHA, File::Directory::Tree +Pod::Load Test::Output Pod::To::HTML # Pod::Load Pod::To::BigPage -- cgit v1.1