this will be rebased away, make it pass
Arthur Axel 'fREW' Schmidt [Wed, 13 Feb 2013 15:46:49 +0000 (09:46 -0600)]
t/regression_83267.t

index 3311e89..c551672 100644 (file)
@@ -40,5 +40,5 @@ eval { Log::Contextual->import('log_info') };
 is($@, '', 'Imported log function with out dying');
 
 #don't try to invoke the function for now
-#eval { log_info { "test" } 1 };
-#is($@, '', 'Was able to invoke log function');
+eval { log_info { "test" } 1 };
+is($@, '', 'Was able to invoke log function');