head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2024.05.08.12.03.01; author wiz; state Exp; branches; next ; commitid gdJbSSDljS8KUb9F; desc @@ 1.1 log @rt5: fix build This wants to use LWP::Simple (in a file that doesn't get installed...) but the detection logic doesn't detect the one coming with p5-libwww. Remove it from the detection. While here, fix the INSTALL script. Bump PKGREVISION. @ text @$NetBSD$ LWP::Simple is part of p5-libwww but somehow isn't found by this tool. --- etc/cpanfile.orig 2024-05-08 11:52:18.116294109 +0000 +++ etc/cpanfile @@@@ -57,7 +57,7 @@@@ requires 'Locale::Maketext', '>= 1.06'; requires 'Locale::Maketext::Fuzzy', '>= 0.11'; requires 'Locale::Maketext::Lexicon', '>= 0.32'; requires 'Log::Dispatch', '>= 2.30'; -requires 'LWP::Simple'; +#requires 'LWP::Simple'; requires 'Mail::Header', '>= 2.12'; requires 'Mail::Mailer', '>= 1.57'; requires 'MIME::Entity', '>= 5.504'; @