Skip to content
Snippets Groups Projects
Commit d5d9ef36 authored by Will Spooner's avatar Will Spooner
Browse files

Added a stderr print for errors from failed require of a parser module

parent de75d0ba
No related branches found
No related tags found
No related merge requests found
......@@ -299,6 +299,7 @@ sub run {
. "' with $parser\n";
eval "require XrefParser::$parser";
$@ && warn( "[ERROR] Cannot require $parser: $@" );
my $new = "XrefParser::$parser"->new();
if ( defined $release_url ) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment