Move ExtUtils::ParseXS from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / ext / Safe / t /
2009-08-30 Rafael Garcia-Suarez Fix Safe tests under PERL_CORE and make safeops.t run...
2009-08-30 Rafael Garcia-Suarez Remove test boilerplate from Safe tests
2009-08-07 Jerry D. Hedden t/safeuniversal.t failure under 5.8.9
2009-06-28 Rafael Garcia-Suarez Silence warnings in test with 5.10.0
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2008-02-11 Rafael Garcia-Suarez Fix test to pass en 5.6.2 (unpack is needed by version...
2008-02-05 Rafael Garcia-Suarez Adapt Safe innards to older (XS) versions of version.pm
2008-02-05 Rafael Garcia-Suarez Add a new test for Safe
2008-01-29 Nicholas Clark Document why ok() is being used instead of like(),...
2008-01-29 Rafael Garcia-Suarez Make this test pass with the Test::More that comes...
2008-01-18 Rafael Garcia-Suarez New tests for new ops. Most of them are TODO
2007-10-17 Rafael Garcia-Suarez More tests for Safe
2007-10-12 Rafael Garcia-Suarez New test for Safe
2006-11-12 Nicholas Clark Avoid ext/Safe/t/safeops.t needing to keep its tests...
2005-07-20 Rafael Garcia-Suarez Remove :base_io from the set of default "safe" opcodes.
2003-08-12 Jarkko Hietaniemi returning would be good, too.
2003-08-12 Jarkko Hietaniemi No dor in maint.
2003-08-11 Rafael Garcia-Suarez Add a new regression test for Safe : tests that all ops
2003-07-28 Jarkko Hietaniemi No more ext/*/*.t, move them all to ext/*/t.