Skip to content
Snippets Groups Projects
Unverified Commit 2a23f2c2 authored by Roman Lacko's avatar Roman Lacko
Browse files

install: sort used modules

parent 9becd305
No related branches found
No related tags found
1 merge request!1Code quality improvements
...@@ -3,13 +3,14 @@ ...@@ -3,13 +3,14 @@
use 5.24.0; use 5.24.0;
use strict; use strict;
use warnings; use warnings;
use Carp qw/croak/; use Carp qw/croak/;
use Cwd qw(cwd); use Cwd qw(cwd);
use File::Path;
use File::Copy;
use File::Basename; use File::Basename;
use Getopt::Long qw(:config bundling); use File::Copy;
use File::Path;
use FindBin '$RealBin'; use FindBin '$RealBin';
use Getopt::Long qw(:config bundling);
#-------------------------------------------------------------------- #--------------------------------------------------------------------
# DATA # DATA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment