From 7b60be6da9a853fe9f4ba19b67a17dab7ff90ae6 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 1 Aug 2021 16:44:37 +0200 Subject: Add comment to help me out next time perl updates --- .local/bin/localmail | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.local/bin/localmail b/.local/bin/localmail index 8497699..ef6833e 100755 --- a/.local/bin/localmail +++ b/.local/bin/localmail @@ -19,6 +19,11 @@ use Sys::Hostname::FQDN; use App::Localmail; +# I've been at this crossroads before. This is the cpan command to run when +# Perl updates... +# +# cpan -f -i Data::UUID Sys::Hostname::FQDN YAML::XS + sub main (@args) { my $action = shift @args; -- cgit v1.1