I have experienced a problem where incorrect options specified for Text::CSV resulted in a failure to instantiate an object and the Can't call method "combine" on an undefined value error.
It won't hurt to raise an exception with the proper message in such a case instead.
Hi,
I have experienced a problem where incorrect options specified for
Text::CSV
resulted in a failure to instantiate an object and theCan't call method "combine" on an undefined value
error.It won't hurt to raise an exception with the proper message in such a case instead.