Use explicit glob in concise.t.
authorCraig A. Berry <craigberry@mac.com>
Fri, 30 Aug 2013 15:23:41 +0000 (10:23 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 30 Aug 2013 15:23:41 +0000 (10:23 -0500)
commit8738904a0e8f481e4054e9eea62378de91ad67e4
treee975824d995dc1269dbe3fc4f083a7ce6d574ef0
parent0022aab5a1291df8e07fdc032292185d3937a1dc
Use explicit glob in concise.t.

This was sending a Perl program consisting entirely of '<.>' to
runperl, which on VMS does:

$ perl -e "<.>"
Can't open input file .> as stdin
%RMS-E-FNF, file not found

because the CLI strips the quotes and then the home-grown
redirection code sees the '<' as an invitation to redirect '.>'
to stdin.  That's not readily fixable, so just dodge it here.
ext/B/t/concise.t