Skip to content
GitLab
Menu
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
ecec2a20
Commit
ecec2a20
authored
Apr 17, 2017
by
Nigel Kukard
Browse files
Added more debug info to TSQL module loading
parent
2f934123
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/AWITPT/Util/ConvertTSQL.pm
View file @
ecec2a20
...
...
@@ -187,7 +187,7 @@ sub _init
};
# Check if the eval succeeded
if
(
$@
)
{
warn
"
AWITPT::Util::ConvertTSQL::
$subClass
not found
";
warn
"
AWITPT::Util::ConvertTSQL::
$subClass
could not be loaded: $@
";
return
;
};
...
...
Write
Preview
Supports
Markdown
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