Verified Commit 2a23f2c2 authored by Roman Lacko's avatar Roman Lacko
Browse files

install: sort used modules

parent 9becd305
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -3,13 +3,14 @@
use 5.24.0;
use strict;
use warnings;

use Carp qw/croak/;
use Cwd qw(cwd);
use File::Path;
use File::Copy;
use File::Basename;
use Getopt::Long	qw(:config bundling);
use File::Copy;
use File::Path;
use FindBin '$RealBin';
use Getopt::Long qw(:config bundling);

#--------------------------------------------------------------------
#  DATA