sort modules

This commit is contained in:
mischa 2023-05-05 19:20:33 +00:00
parent a85f6877ad
commit 3a3e2afdb0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/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
@ -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;