Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FI printers over Samba on Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
unix
FI printers over Samba on Linux
Commits
2a23f2c2
There was an error fetching the commit references. Please try again later.
Unverified
Commit
2a23f2c2
authored
3 years ago
by
Roman Lacko
Browse files
Options
Downloads
Patches
Plain Diff
install: sort used modules
parent
9becd305
No related branches found
No related tags found
1 merge request
!1
Code quality improvements
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.pl
+4
-3
4 additions, 3 deletions
install.pl
with
4 additions
and
3 deletions
install.pl
+
4
−
3
View file @
2a23f2c2
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment