commit 3a3e2afdb0c0705c8f9c2799d984bf68fab82304 from: mischa date: Fri May 05 19:20:33 2023 UTC sort modules commit - a85f6877ad4a912d9796571ec1f9f253bc6ee40d commit + 3a3e2afdb0c0705c8f9c2799d984bf68fab82304 blob - fb9b0b95b9753d651d0b992372b932f187ff34f3 blob + e4adf64d4f06820c742af79c5d013ff420ce16ce --- pushover.pl +++ 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;