ba105e7dee
Problem is that the code appears to expect multiple returns from the `_split()` function but it returns an array, so we unpack that presumably 2-item array into the parts expected. Fixes #77