This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence a warning from Module::CoreList that occurs when the module version is
[perl5.git] / lib / perl5db /
2006-11-15 Rafael Garcia-SuarezMove the test files for the debugger in a t/ subdirecto...
2006-11-14 Rafael Garcia-SuarezA first regression test for the debugger, by Shlomi...
2003-09-09 Jarkko HietaniemiI claim that the debugger is untestable until proven...
2003-09-09 Jarkko HietaniemiThere's no particular reason to have the dumpvar.t
2003-09-08 Jarkko HietaniemiThe IPC::Open3 is just too unreliable for this task.
2003-09-08 Jarkko HietaniemiTry to make the de0.t test more robust.
2003-09-08 Jarkko HietaniemiWin32 is playing to hard to get but I do not have
2003-09-08 Jarkko HietaniemiIn Win32 IPC::Open3 + IO::Select does not work that...
2003-09-08 Jarkko HietaniemiIn Win32 the cmd.exe console output doesn't seem to
2003-09-08 Jarkko HietaniemiMove Config test.
2003-09-08 Jarkko HietaniemiLet's require fork for this test.
2003-09-08 Andreas KönigRe: [PATCH] Test skeleton for debugger commands
2003-09-08 Jarkko Hietaniemide0.t: use Test::More, add some tests.
2003-09-08 Jarkko HietaniemiMore dumpvar testing.
2003-09-08 Jarkko HietaniemiAn empty test.
2003-09-08 Jarkko Hietaniemidumpvar.t: use Test::More;
2003-09-08 Jarkko HietaniemiThe in-memory files require PerlIO::scalar.
2003-09-07 Andreas KönigTest skeleton for debugger commands