]> git.vpit.fr Git - perl/modules/Lexical-Types.git/history - t
Get rid of ENTERn/LEAVEn
[perl/modules/Lexical-Types.git] / t /
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