commit - a85f6877ad4a912d9796571ec1f9f253bc6ee40d
commit + 3a3e2afdb0c0705c8f9c2799d984bf68fab82304
blob - fb9b0b95b9753d651d0b992372b932f187ff34f3
blob + e4adf64d4f06820c742af79c5d013ff420ce16ce
--- pushover.pl
+++ pushover.pl
#!/usr/bin/env perl
#
-# Copyright (c) 2020-2022 Mischa Peters <mischa @ openbsd.amsterdam>
+# Copyright (c) 2020-2023 Mischa Peters <mischa @ openbsd.amsterdam>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
use strict;
use warnings;
use autodie;
-use Getopt::Long;
use Config::Tiny;
+use Getopt::Long;
use HTTP::Tiny;
use JSON::PP;