Add default to confirm order bug
Marcus Ramberg [Mon, 1 Jun 2009 08:30:51 +0000 (08:30 +0000)]
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;