- or download this
my( $totals, $failed ) = eval {
local @INC = @INC;
...
Test::Harness::_run_all_tests( @test_files )
};
- or download this
find ~/Dev -name Makefile.PL | perl -pe 's|/Makefile.PL$||' | xargs da
+ily_build > daily.txt
- or download this
#!/usr/bin/perl -sw
use strict;
...
Test::Harness::_run_all_tests( @test_files )
}
}