Index: /trunk/Nebulous-Server/t/01_load.t
===================================================================
--- /trunk/Nebulous-Server/t/01_load.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/01_load.t	(revision 2868)
@@ -1,8 +1,6 @@
-# -*- perl -*-
-
-# t/001_load.t - check module loading and create testing directory
+#!/usr/bin/perl
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use lib qw( ./t ./lib );
Index: /trunk/Nebulous-Server/t/03_server_create_object.t
===================================================================
--- /trunk/Nebulous-Server/t/03_server_create_object.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/03_server_create_object.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 11;
Index: /trunk/Nebulous-Server/t/04_server_replicate_object.t
===================================================================
--- /trunk/Nebulous-Server/t/04_server_replicate_object.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/04_server_replicate_object.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 11;
Index: /trunk/Nebulous-Server/t/05_server_lock_object.t
===================================================================
--- /trunk/Nebulous-Server/t/05_server_lock_object.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/05_server_lock_object.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 13;
Index: /trunk/Nebulous-Server/t/06_server_unlock_object.t
===================================================================
--- /trunk/Nebulous-Server/t/06_server_unlock_object.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/06_server_unlock_object.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 14;
Index: /trunk/Nebulous-Server/t/07_server_find_instances.t
===================================================================
--- /trunk/Nebulous-Server/t/07_server_find_instances.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/07_server_find_instances.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 7;
Index: /trunk/Nebulous-Server/t/08_server_delete_instance.t
===================================================================
--- /trunk/Nebulous-Server/t/08_server_delete_instance.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/08_server_delete_instance.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 8;
Index: /trunk/Nebulous-Server/t/09_server_stat_object.t
===================================================================
--- /trunk/Nebulous-Server/t/09_server_stat_object.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/09_server_stat_object.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 12;
Index: /trunk/Nebulous-Server/t/10_client_new.t
===================================================================
--- /trunk/Nebulous-Server/t/10_client_new.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/10_client_new.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous-Server/t/11_client_create.t
===================================================================
--- /trunk/Nebulous-Server/t/11_client_create.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/11_client_create.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous-Server/t/12_client_replicate.t
===================================================================
--- /trunk/Nebulous-Server/t/12_client_replicate.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/12_client_replicate.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous-Server/t/13_client_cull.t
===================================================================
--- /trunk/Nebulous-Server/t/13_client_cull.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/13_client_cull.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous-Server/t/14_client_lock.t
===================================================================
--- /trunk/Nebulous-Server/t/14_client_lock.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/14_client_lock.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous-Server/t/15_client_unlock.t
===================================================================
--- /trunk/Nebulous-Server/t/15_client_unlock.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/15_client_unlock.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous-Server/t/16_client_find_instances.t
===================================================================
--- /trunk/Nebulous-Server/t/16_client_find_instances.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/16_client_find_instances.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous-Server/t/17_client_find.t
===================================================================
--- /trunk/Nebulous-Server/t/17_client_find.t	(revision 2867)
+++ /trunk/Nebulous-Server/t/17_client_find.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous/t/01_load.t
===================================================================
--- /trunk/Nebulous/t/01_load.t	(revision 2867)
+++ /trunk/Nebulous/t/01_load.t	(revision 2868)
@@ -1,8 +1,6 @@
-# -*- perl -*-
-
-# t/001_load.t - check module loading and create testing directory
+#!/usr/bin/perl
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use lib qw( ./t ./lib );
Index: /trunk/Nebulous/t/03_server_create_object.t
===================================================================
--- /trunk/Nebulous/t/03_server_create_object.t	(revision 2867)
+++ /trunk/Nebulous/t/03_server_create_object.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 11;
Index: /trunk/Nebulous/t/04_server_replicate_object.t
===================================================================
--- /trunk/Nebulous/t/04_server_replicate_object.t	(revision 2867)
+++ /trunk/Nebulous/t/04_server_replicate_object.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 11;
Index: /trunk/Nebulous/t/05_server_lock_object.t
===================================================================
--- /trunk/Nebulous/t/05_server_lock_object.t	(revision 2867)
+++ /trunk/Nebulous/t/05_server_lock_object.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 13;
Index: /trunk/Nebulous/t/06_server_unlock_object.t
===================================================================
--- /trunk/Nebulous/t/06_server_unlock_object.t	(revision 2867)
+++ /trunk/Nebulous/t/06_server_unlock_object.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 14;
Index: /trunk/Nebulous/t/07_server_find_instances.t
===================================================================
--- /trunk/Nebulous/t/07_server_find_instances.t	(revision 2867)
+++ /trunk/Nebulous/t/07_server_find_instances.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 7;
Index: /trunk/Nebulous/t/08_server_delete_instance.t
===================================================================
--- /trunk/Nebulous/t/08_server_delete_instance.t	(revision 2867)
+++ /trunk/Nebulous/t/08_server_delete_instance.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 8;
Index: /trunk/Nebulous/t/09_server_stat_object.t
===================================================================
--- /trunk/Nebulous/t/09_server_stat_object.t	(revision 2867)
+++ /trunk/Nebulous/t/09_server_stat_object.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Test::More tests => 12;
Index: /trunk/Nebulous/t/10_client_new.t
===================================================================
--- /trunk/Nebulous/t/10_client_new.t	(revision 2867)
+++ /trunk/Nebulous/t/10_client_new.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous/t/11_client_create.t
===================================================================
--- /trunk/Nebulous/t/11_client_create.t	(revision 2867)
+++ /trunk/Nebulous/t/11_client_create.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous/t/12_client_replicate.t
===================================================================
--- /trunk/Nebulous/t/12_client_replicate.t	(revision 2867)
+++ /trunk/Nebulous/t/12_client_replicate.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous/t/13_client_cull.t
===================================================================
--- /trunk/Nebulous/t/13_client_cull.t	(revision 2867)
+++ /trunk/Nebulous/t/13_client_cull.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous/t/14_client_lock.t
===================================================================
--- /trunk/Nebulous/t/14_client_lock.t	(revision 2867)
+++ /trunk/Nebulous/t/14_client_lock.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous/t/15_client_unlock.t
===================================================================
--- /trunk/Nebulous/t/15_client_unlock.t	(revision 2867)
+++ /trunk/Nebulous/t/15_client_unlock.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous/t/16_client_find_instances.t
===================================================================
--- /trunk/Nebulous/t/16_client_find_instances.t	(revision 2867)
+++ /trunk/Nebulous/t/16_client_find_instances.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
Index: /trunk/Nebulous/t/17_client_find.t
===================================================================
--- /trunk/Nebulous/t/17_client_find.t	(revision 2867)
+++ /trunk/Nebulous/t/17_client_find.t	(revision 2868)
@@ -2,5 +2,5 @@
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 use Apache::Test qw( -withtestmore );
