fix for undef bodies
[catagits/Catalyst-Action-Serialize-Data-Serializer.git] / t / lib / Test / Catalyst / Action / REST / Controller / Serialize.pm
index 9d358c4..63cba8f 100644 (file)
@@ -32,4 +32,8 @@ sub test_second :Local :ActionClass('Serialize') {
     };
 }
 
+sub empty :Local :ActionClass('Serialize') {
+  return undef;
+}
+
 1;