aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-08-01 16:44:37 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 12:01:21 +0200
commit7b60be6da9a853fe9f4ba19b67a17dab7ff90ae6 (patch)
tree5f9ae96a236c451d88ce2586ebf5ebad6f151889 /.local
parent76e7d1988be2871b0f6060ab71ca0545d0618944 (diff)
Add comment to help me out next time perl updates
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/localmail5
1 files changed, 5 insertions, 0 deletions
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;