Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
awit-frameworks
awit-perl-toolkit
Commits
c0e92e8e
Commit
c0e92e8e
authored
Sep 16, 2016
by
Nigel Kukard
Browse files
Use ../lib as a path in convert-tsql
parent
86bcaf45
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/convert-tsql
View file @
c0e92e8e
...
...
@@ -25,7 +25,7 @@ use warnings;
use
Config
;
use
FindBin
;
use
lib
("
$FindBin
::Bin/../share/perl5
",
"
$FindBin
::Bin/../share/perl/
$Config
{'version'}
");
use
lib
(
"
$FindBin
::Bin/../lib
",
"
$FindBin
::Bin/../share/perl5
",
"
$FindBin
::Bin/../share/perl/
$Config
{'version'}
");
use
AWITPT::Util::ConvertTSQL::
client
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment