e1aabd9
--- t/20load.t~	2005-03-31 05:18:43.000000000 +0300
e1aabd9
+++ t/20load.t	2005-04-13 17:35:47.000000000 +0300
e1aabd9
@@ -1,7 +1,11 @@
e1aabd9
 use lib 'lib', 't';
e1aabd9
 use TestChunks;
e1aabd9
 plan tests => number_of_tests;
e1aabd9
-test_load;
e1aabd9
+SKIP: {
e1aabd9
+  Test::More::skip "This test hangs with Test::More < 0.54", number_of_tests
e1aabd9
+    unless $Test::More::VERSION && $Test::More::VERSION >= 0.54;
e1aabd9
+  test_load;
e1aabd9
+};
e1aabd9
 
e1aabd9
 __DATA__
e1aabd9
 ===