8 Oct
2011
8 Oct
'11
9:55 a.m.
2011/10/3 Assaf Gordon <gordon@cshl.edu>:
sukria wrote, On 09/30/2011 06:47 AM:
Problem 2: ========== 1. created a new Dancer application" $ dancer -a d2test3 $ cd d2test3
2. Added a single line to "./lib/d2test3.pm" (with "prefix "/testme";"): $ sed -i '6iprefix "/testme";' lib/d2test3.pm
3. Run with new Dancer, I get the following error: Cannot combine a prefix (/testme) with a regular expression ((?-xism:.*)) at (eval 72) line 74
This has been fixed here: https://github.com/sukria/dancer2/commit/f56e4f7a5e5880705162747d7cf9794f45d... Thanks for the report!