Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
UnixAgent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
OCS Inventory
UnixAgent
Commits
1c3991ec
Commit
1c3991ec
authored
Apr 09, 2018
by
fbomj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removal of the current directory (.) from @INC
parent
e73ef980
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
Makefile.PL
Makefile.PL
+6
-1
No files found.
Makefile.PL
View file @
1c3991ec
BEGIN
{
# Avoid installation issue introduced by perl 5.24.1 removing '.' path from
# @INC to avoid possible module injection in normal running perl scripts
push
@INC
,
'
.
'
if
(
$
^
V
&&
$
^
V
gt
'
v5.24
'
);
}
use
inc::Module::
Install
;
use
inc::Module::
Install
;
...
@@ -16,7 +21,7 @@ install :: all pure_install doc_install
...
@@ -16,7 +21,7 @@ install :: all pure_install doc_install
return
$re
;
return
$re
;
}
}
require
'
./
lib/Ocsinventory/Agent/Config.pm
';
require
'
lib/Ocsinventory/Agent/Config.pm
';
use
Config
;
use
Config
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment