]> git.vpit.fr Git - perl/modules/autovivification.git/history - t
Don't run the POD spelling test in taint mode
[perl/modules/autovivification.git] / t /
2012-11-02 Vincent PitDon't run the POD spelling test in taint mode
2012-10-29 Vincent PitPort module loading in tests to VPIT::TestHelpers
2012-10-29 Vincent PitUpdate author tests, and add a POD spelling test
2012-02-19 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2011-11-11 Vincent PitPreserve the PATH environment variable when running...
2011-11-11 Vincent PitThreads tests may not be able to spawn all the threads
2011-08-24 Vincent PitReplace $] by "$]"
2011-08-24 Vincent PitUpdate bundled Test::Leaner to 0.04
2011-01-04 Vincent PitAlways skip seen ops in our peep replacement rt64435
2011-01-03 Vincent PitSwitch to qw<>
2010-12-30 Vincent PitMake it easier to tweak the parameters of t/50-threads.t
2010-12-29 Vincent PitRun lengthy tests with Test::Leaner
2010-12-23 Vincent PitDocument and test vivification of function arguments
2010-10-03 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2010-06-26 Vincent PitTest numerous autovivifications
2010-06-01 Vincent PitAdd a basic thread safety test in t/50-threads.t
2010-04-24 Vincent PitWhen a thread exits, teardown what we set up
2010-04-24 Vincent PitImprove the require propagation workaround
2010-04-23 Vincent PitMake sure a_defined() calls get magic before testing... rt56870
2010-03-04 Vincent PitHandle non-numeric hints rt55154
2010-01-09 Vincent PitTest keys/values @array
2010-01-09 Vincent PitRename t/21-hash-specific.t to t/22-hash-kv.t
2009-09-26 Vincent PitKwalitee test overhaul
2009-06-24 Vincent PitHandle array and hash slices
2009-06-19 Vincent PitCover a_ck_padsv()
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 PitStore UVs more portably into the hint
2009-06-18 Vincent PitAlso test arrays without aelemfast optimization
2009-06-18 Vincent PitRename tests
2009-06-18 Vincent PitClassify aliasing constructs in the "store" category
2009-06-17 Vincent PitBetter test descriptions
2009-06-17 Vincent PitReally test non-ref arrays and hashes
2009-06-17 Vincent PitTest "use autovivification"
2009-06-17 Vincent PitA crude warning test
2009-06-17 Vincent PitTest keys/values on true references
2009-06-17 Vincent PitRun t/23-hash-specific.t under taint mode
2009-06-17 Vincent PitDon't autovivify in keys/values
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...
2009-06-15 Vincent PitRegenerate t/21-array.t without extraneous spaces at...
2009-06-15 Vincent PitDon't vivify when aliasing
2009-06-14 Vincent PitInitial import