]> git.vpit.fr Git - perl/modules/autovivification.git/history - t/lib/autovivification/TestCases.pm
Run lengthy tests with Test::Leaner
[perl/modules/autovivification.git] / t / lib / autovivification / TestCases.pm
2010-12-29 Vincent PitRun lengthy tests with Test::Leaner
2010-12-23 Vincent PitDocument and test vivification of function arguments
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...