From 3a3e2afdb0c0705c8f9c2799d984bf68fab82304 Mon Sep 17 00:00:00 2001 From: mischa Date: Fri, 5 May 2023 19:20:33 +0000 Subject: [PATCH] sort modules --- pushover.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;