]> git.vpit.fr Git - perl/modules/indirect.git/history - t
Make the op map thread safe
[perl/modules/indirect.git] / t /
2009-05-03 Vincent PitMake the op map thread safe
2009-04-17 Vincent PitTest use/no indirect while parsing an indirect construct
2009-01-17 Vincent PitYet more diagnostics for t/30-scope.t
2008-12-08 Vincent PitBetter handling of extraneous warnings in t/30-scope.t
2008-12-06 Vincent PitReally fix the "${\(new Hlagh)}" bug by ensuring that...
2008-12-05 Vincent PitIn t/30-scope.t, avoid failures for "eval 'no indirect...
2008-12-05 Vincent PitSkip the segfaulting "${\(new Hlagh)}" test
2008-12-05 Vincent PitTest eval block
2008-12-05 Vincent PitTest if the pragma propagates through eval string
2008-12-05 Vincent PitTest that the code compiled fine in t/30-scope.t
2008-12-05 Vincent PitSupport for perl 5.8
2008-12-05 Vincent Pit"use feature 'state'" as a prefix, so that we'll be...
2008-12-05 Vincent PitAllow specifying a prefix and skipping individual tests
2008-12-05 Vincent PitRemove the 'inside s///' test for now, as it seems...
2008-12-05 Vincent PitIn tests, say 'no/use indirect' inside the eval string...
2008-12-05 Vincent PitReally test that no indirect 'hlagh' does not croak
2008-10-22 Vincent PitTest state variables
2008-10-19 Vincent PitFix a rare edge case for package whose names are prefix...
2008-10-19 Vincent PitTest $$ as object
2008-10-16 Vincent PitMake test descriptions shorter
2008-10-16 Vincent PitSupport variables with spaces after the sigil
2008-10-16 Vincent PitFactorize the regexp in t/20-bad.t
2008-10-15 Vincent PitAdd support and tests for package variables
2008-10-15 Vincent PitTest good uses of our variables
2008-10-15 Vincent PitMore tests with $_
2008-10-15 Vincent PitTest 'print' that segfaults
2008-10-11 Vincent PitTest system and exec
2008-10-04 Vincent PitTest 'package A; sub foo; foo A->new' that gets deparse...
2008-10-02 Vincent PitTest 'no indirect "hlagh"'
2008-09-01 Vincent PitTest quotelike environments
2008-08-30 Vincent PitTest method call inside method call
2008-08-30 Vincent PitNo longer fork to test. IPC::Cmd is no longer required
2008-08-12 Vincent PitAdd undef guards to $stderr in tests
2008-08-12 Vincent PitAdd PERL5OPT to the flags passed to the forked perls
2008-08-11 Vincent PitActually exit when the child didn't succeed
2008-08-11 Vincent PitSkip when we couldn't capture buffers
2008-08-11 Vincent PitShow more information when we couldn't run the tests...
2008-08-10 Vincent PitImporting indirect-0.01.tar.gz v0.01