Make _quote_args() return a result, rather than passing it a scalar reference.
authorNicholas Clark <nick@ccl4.org>
Fri, 9 Oct 2009 20:12:16 +0000 (22:12 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 9 Oct 2009 20:12:16 +0000 (22:12 +0200)
commit1cce9906401b8a2db10f2d0061757627ad69f138
tree1a19e11c935f9398430eb9fe58931d7c6d02c10b
parent11ea18f245d08781afc82a7ba337926fd25b4c39
Make _quote_args() return a result, rather than passing it a scalar reference.

This was the only use of scalar references in test.pl, and the only use of \
to create a reference to a scalar. We are now more robust in the face of parser
or runtime bugs.
t/test.pl