This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove Class::ISA use from autouse tests
[perl5.git] / ext / Safe / t /
2009-08-30 Rafael Garcia-SuarezFix Safe tests under PERL_CORE and make safeops.t run...
2009-08-30 Rafael Garcia-SuarezRemove test boilerplate from Safe tests
2009-08-07 Jerry D. Heddent/safeuniversal.t failure under 5.8.9
2009-06-28 Rafael Garcia-SuarezSilence warnings in test with 5.10.0
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2008-02-11 Rafael Garcia-SuarezFix test to pass en 5.6.2 (unpack is needed by version...
2008-02-05 Rafael Garcia-SuarezAdapt Safe innards to older (XS) versions of version.pm
2008-02-05 Rafael Garcia-SuarezAdd a new test for Safe
2008-01-29 Nicholas ClarkDocument why ok() is being used instead of like(),...
2008-01-29 Rafael Garcia-SuarezMake this test pass with the Test::More that comes...
2008-01-18 Rafael Garcia-SuarezNew tests for new ops. Most of them are TODO
2007-10-17 Rafael Garcia-SuarezMore tests for Safe
2007-10-12 Rafael Garcia-SuarezNew test for Safe
2006-11-12 Nicholas ClarkAvoid ext/Safe/t/safeops.t needing to keep its tests...
2005-07-20 Rafael Garcia-SuarezRemove :base_io from the set of default "safe" opcodes.
2003-08-12 Jarkko Hietaniemireturning would be good, too.
2003-08-12 Jarkko HietaniemiNo dor in maint.
2003-08-11 Rafael Garcia-SuarezAdd a new regression test for Safe : tests that all ops
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.