aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;