stop using Moo as a test package
[catagits/Catalyst-Runtime.git] / t / lib / TestLogger.pm
index 6c1a26e..87e9213 100644 (file)
@@ -25,5 +25,6 @@ sub warn {
     push(@ELOGS, shift());
 }
 
+sub error { die "Got unexpected error; $_[1]" }
 1;