+ - fix test to handle defatalization
+1.003000 - 2012-04-07
- try and run for any checkout t/ now we don't blow up the process
- defatalize lack of extra testing modules
- disable extra tests on perls <= 5.008003, things do not work there as
SKIP: {
skip 'Extra tests disabled on perls <= 5.008003', 1
if $] < 5.008004;
+ skip 'Not got all the modules to do this', 1
+ unless eval {
+ require indirect;
+ require multidimensional;
+ require bareword::filehandles;
+ 1;
+ };
local $0 = 't/00load.t';
sub Foo::new { 1 }
chdir("t/smells-of-vcs");