summaryrefslogtreecommitdiff
path: root/t/op/ver.t
Commit message (Expand)AuthorAgeFilesLines
* ver.t v string tests for os/390Peter Prymmer2000-10-101-16/+72
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* Larry's fix for buggy propagation of utf8-ness in join(); add testGurusamy Sarathy2000-04-241-1/+6
* per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> andGurusamy Sarathy2000-02-231-3/+21
* allow C<print v10>, $h{v13.10} etc.Gurusamy Sarathy2000-02-221-1/+20
* remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-211-4/+1
* generalize "%v" format into a flag for any integral format type:Gurusamy Sarathy2000-02-211-4/+33
* rename byte:: to bytes::Gurusamy Sarathy2000-02-191-1/+1
* support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-061-0/+33