]> git.vpit.fr Git - perl/modules/indirect.git/history - t/20-bad.t
Allow specifying a prefix and skipping individual tests
[perl/modules/indirect.git] / t / 20-bad.t
2008-12-05 Vincent PitAllow specifying a prefix and skipping individual tests
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 PitMore tests with $_
2008-10-04 Vincent PitTest 'package A; sub foo; foo A->new' that gets deparse...
2008-10-02 Vincent PitTest 'no indirect "hlagh"'
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