diff --git a/pushover.pl b/pushover.pl index fb9b0b9..e4adf64 100755 --- a/pushover.pl +++ b/pushover.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (c) 2020-2022 Mischa Peters +# Copyright (c) 2020-2023 Mischa Peters # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -18,8 +18,8 @@ use 5.024; use strict; use warnings; use autodie; -use Getopt::Long; use Config::Tiny; +use Getopt::Long; use HTTP::Tiny; use JSON::PP;