Do not crash if passed garbage like array.
authorJohn Peacock <jpeacock@cpan.org>
Sun, 29 Dec 2013 19:33:48 +0000 (14:33 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 4 Jan 2014 13:10:04 +0000 (05:10 -0800)
commitab4e0d4b14df5832900d7298e29f41c86dcfc8ac
tree26eceb9a0c4adb5338eaf7d921fc244b4697ec57
parent98079c483a238cb7ae83e3cd15c53cf7f1236457
Do not crash if passed garbage like array.

Somehow we lost the test that caught getting passed an arrayref
instead of a simple scalar.  Also integrate fix from perl rt#120872.
cpan/version/lib/version/vpp.pm
cpan/version/t/coretests.pm
vutil.c