This patch adds some tests for subroutines and specifically their
return values. The last set of tests is for the issue I described
earlier where a sub which returns a list ref does not work correctly
(it returns the last element in the list basically).
- Steve