Add default to confirm order bug
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Priorities / MultiMethod.pm
index 2a26c5d..601a962 100644 (file)
@@ -16,4 +16,6 @@ sub one :Path :Args(1) { }
 
 sub two :Path :Args(2) { }
 
+sub not_def : Path { }
+
 1;