Drop "v" prefix from sprintf("%vd", $^V).
authorGisle Aas <gisle@activestate.com>
Mon, 12 Dec 2005 10:41:04 +0000 (10:41 +0000)
committerGisle Aas <gisle@activestate.com>
Mon, 12 Dec 2005 10:41:04 +0000 (10:41 +0000)
commit18eaf740981d16295448f4e0ae82e559be636a26
tree2c6d7da08ff6e26945a3612befdca152554cce34
parent640283f5813252b086f0011a9256515389d5b6a6
Drop "v" prefix from sprintf("%vd", $^V).

The sprintf documentation has this example:

   printf "version is v%vd\n", $^V;

and it printed 'version is vv5.9.3\n'.

p4raw-id: //depot/perl@26326
sv.c
t/op/sprintf.t