]> git.vpit.fr Git - perl/modules/autovivification.git/history - t/lib/autovivification/TestCases.pm
Handle array and hash slices
[perl/modules/autovivification.git] / t / lib / autovivification / TestCases.pm
2009-06-24 Vincent PitHandle array and hash slices
2009-06-19 Vincent PitAlso handle old-style dereferencing "$$hashref{key}"
2009-06-19 Vincent PitOnly generate the non-ref test once
2009-06-18 Vincent PitAlso test arrays without aelemfast optimization
2009-06-17 Vincent PitBetter test descriptions
2009-06-17 Vincent PitReally test non-ref arrays and hashes
2009-06-17 Vincent PitPlain dereferencing shouldn't have a different behaviour
2009-06-15 Vincent PitFactor the common part of t/20-hash.t and t/21-array...