You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the errors emit with location/line numbers from within the plugin. It would be better if that could come from caller's stack if possible, though Text::CSV doesn't use Carp so that isn't easy. Failing that it should probably strip the line numbers. It also would be nice if it could be in either a more raw textual format, getting an HTML error when requesting CSV isn't totally pretty.
Currently the errors emit with location/line numbers from within the plugin. It would be better if that could come from caller's stack if possible, though Text::CSV doesn't use Carp so that isn't easy. Failing that it should probably strip the line numbers. It also would be nice if it could be in either a more raw textual format, getting an HTML error when requesting CSV isn't totally pretty.
These issues were apparent when working on #7
The text was updated successfully, but these errors were encountered: