Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 24314)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 24315)
@@ -47,5 +47,7 @@
 sub new_from_config
 {
-    my ($class, $config) = @_;
+    my $class = shift;
+
+    my ($config) = @_;
 
     # log4perl is not avaliable until we call init()
