]> git.vpit.fr Git - perl/modules/Lexical-Types.git/history - t
This is 0.16
[perl/modules/Lexical-Types.git] / t /
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3
2015-07-31 Vincent PitRevamp module setup/teardown
2015-07-31 Vincent PitUpdate VPIT::TestHelpers to ba865c42
2015-03-14 Vincent PitBump perl dependency to 5.8.4
2015-03-12 Vincent PitUpdate VPIT::TestHelpers to 3c878c7c
2014-10-04 Vincent PitDo nothing after that the thread local storage has...
2014-10-04 Vincent PitUse run_perl() from VPIT::TestHelpers
2013-10-04 Vincent PitRenumber test files
2013-10-04 Vincent PitRemove a now useless SKIP directive
2013-09-09 Vincent PitRemove profanity
2013-09-06 Vincent PitAdd more basic tests
2013-08-24 Vincent PitMake Perl version numbers more readable
2013-08-24 Vincent PitRemove obsolete kwalitee workarounds
2013-08-23 Vincent PitNo tabs please
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2013-01-30 Vincent PitUpdate VPIT::TestHelpers to e8344578
2012-11-02 Vincent PitPreserve the PATH environment variable when running...
2012-11-02 Vincent PitStrip spaces at the end of lines
2012-11-02 Vincent PitThreads tests may not be able to spawn all the threads
2012-11-02 Vincent PitPort module loading in magic tests to VPIT::TestHelpers
2012-11-02 Vincent PitUpdate author tests, and add a POD spelling test
2012-06-15 Vincent PitCorrect a skip reason in t/18-hints.t
2012-02-19 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2011-09-04 Vincent PitSkip the hint entry vivification test on 5.11
2011-08-24 Vincent PitReplace $] by "$]"
2011-08-24 Vincent PitThe last argument to hv_fetch is the lvalue flag, not...
2011-02-26 Vincent PitAlways skip seen ops in our peep replacement rt66146
2011-01-03 Vincent PitSwitch to qw<>
2011-01-03 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2011-01-03 Vincent PitFix test failures with Strawberry Perl 5.12
2009-09-26 Vincent PitKwalitee test overhaul
2009-09-11 Vincent PitReset the callbacks when the root interpreter is destroyed
2009-09-11 Vincent PitOnly remap the hint through the pointer table for threa...
2009-07-04 Vincent PitRequire Variable::Magic 0.35 in t/23-magic-uvar.t
2009-07-04 Vincent PitStop leaking the op specific info
2009-07-03 Vincent PitCorrect failing tests locations
2009-06-30 Vincent PitWork around the hints propagation in requires on perl...
2009-05-01 Vincent PitEnhance thread safety
2009-03-17 Vincent PitTest dieing in callbacks
2009-03-07 Vincent PitOutput optional modules versions in tests
2009-03-07 Vincent PitUse a pointer table allocated on shared memory
2009-03-05 Vincent PitTest hooking declarations inside the 'as' callback
2009-03-05 Vincent PitTest magical tags
2009-03-05 Vincent PitRemove t/90-boilerplate.t
2009-03-01 Vincent PitTest uvar magic
2009-03-01 Vincent PitRemove the version dependency for Variable::Magic in...
2009-02-26 Vincent PitRemove a trailing space
2009-02-26 Vincent PitMove the last tests of t/13-padsv.t to t/10-base.t
2009-02-26 Vincent PitPush the t/1* tests to make room for t/10-base.t
2009-02-26 Vincent PitTest and document constant as types
2009-02-26 Vincent PitTest "my Str ($x, $y)"
2009-02-25 Vincent Pitt/12-padsv.t doesn't need File::Spec
2009-02-25 Vincent PitTest for the base package name correctness in threads
2009-02-25 Vincent PitMake the package and method names passed to callbacks...
2009-02-25 Vincent PitAllow skipping declarations by returning an empty list...
2009-02-24 Vincent PitInitial import