Index: /trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- /trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 2897)
+++ /trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 2898)
@@ -1,11 +1,10 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
+# $Id: Server.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
 
 package PS::IPP::IData::Server;
 
 use strict;
-use warnings;
-no warnings qw( uninitialized );
+use warnings FATAL => qw( all );
 
 our $VERSION = '0.01';
Index: /trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm
===================================================================
--- /trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm	(revision 2897)
+++ /trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm	(revision 2898)
@@ -6,4 +6,5 @@
 
 use strict;
+use warnings FATAL => qw( all );
 
 our $VERSION = 0.01;
Index: /trunk/Nebulous-Server/lib/Nebulous/Server/Log.pm
===================================================================
--- /trunk/Nebulous-Server/lib/Nebulous/Server/Log.pm	(revision 2897)
+++ /trunk/Nebulous-Server/lib/Nebulous/Server/Log.pm	(revision 2898)
@@ -1,9 +1,10 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Log.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
+# $Id: Log.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
 
 package PS::IPP::IData::Server::Log;
 
 use strict;
+use warnings FATAL => qw( all );
 
 our $VERSION = '0.01';
Index: /trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
===================================================================
--- /trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm	(revision 2897)
+++ /trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm	(revision 2898)
@@ -1,9 +1,10 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: SQL.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
+# $Id: SQL.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
 
 package PS::IPP::IData::Server::SQL;
 
 use strict;
+use warnings FATAL => qw( all );
 
 our $VERSION = '0.01';
Index: /trunk/Nebulous/lib/Nebulous/Client.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Client.pm	(revision 2897)
+++ /trunk/Nebulous/lib/Nebulous/Client.pm	(revision 2898)
@@ -1,10 +1,10 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Client.pm,v 1.9 2005-01-04 23:27:37 jhoblitt Exp $
+# $Id: Client.pm,v 1.10 2005-01-05 02:44:54 jhoblitt Exp $
 
 package PS::IPP::IData::Client;
 
 use strict;
-use warnings;
+use warnings FATAL => qw( all );
 
 our $VERSION = '0.01';
Index: /trunk/Nebulous/lib/Nebulous/Client/Log.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Client/Log.pm	(revision 2897)
+++ /trunk/Nebulous/lib/Nebulous/Client/Log.pm	(revision 2898)
@@ -1,9 +1,10 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Log.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
+# $Id: Log.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
 
 package PS::IPP::IData::Client::Log;
 
 use strict;
+use warnings FATAL => qw( all );
 
 our $VERSION = '0.01';
Index: /trunk/Nebulous/lib/Nebulous/Server.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Server.pm	(revision 2897)
+++ /trunk/Nebulous/lib/Nebulous/Server.pm	(revision 2898)
@@ -1,11 +1,10 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
+# $Id: Server.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
 
 package PS::IPP::IData::Server;
 
 use strict;
-use warnings;
-no warnings qw( uninitialized );
+use warnings FATAL => qw( all );
 
 our $VERSION = '0.01';
Index: /trunk/Nebulous/lib/Nebulous/Server/Apache.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Server/Apache.pm	(revision 2897)
+++ /trunk/Nebulous/lib/Nebulous/Server/Apache.pm	(revision 2898)
@@ -6,4 +6,5 @@
 
 use strict;
+use warnings FATAL => qw( all );
 
 our $VERSION = 0.01;
Index: /trunk/Nebulous/lib/Nebulous/Server/Log.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Server/Log.pm	(revision 2897)
+++ /trunk/Nebulous/lib/Nebulous/Server/Log.pm	(revision 2898)
@@ -1,9 +1,10 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Log.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
+# $Id: Log.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
 
 package PS::IPP::IData::Server::Log;
 
 use strict;
+use warnings FATAL => qw( all );
 
 our $VERSION = '0.01';
Index: /trunk/Nebulous/lib/Nebulous/Server/SQL.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Server/SQL.pm	(revision 2897)
+++ /trunk/Nebulous/lib/Nebulous/Server/SQL.pm	(revision 2898)
@@ -1,9 +1,10 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: SQL.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
+# $Id: SQL.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
 
 package PS::IPP::IData::Server::SQL;
 
 use strict;
+use warnings FATAL => qw( all );
 
 our $VERSION = '0.01';
Index: /trunk/Nebulous/lib/Nebulous/Util.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Util.pm	(revision 2897)
+++ /trunk/Nebulous/lib/Nebulous/Util.pm	(revision 2898)
@@ -1,9 +1,10 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Util.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
+# $Id: Util.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
 
 package PS::IPP::IData::Util;
 
 use strict;
+use warnings FATAL => qw( all );
 
 our $VERSION = '0.01';
