fixed url path segment match regex so that trailing slashes in /path/info/ + query...
authorJosh McMichael <jmcmicha@linus222.gsc.wustl.edu>
Fri, 18 Dec 2009 17:31:40 +0000 (11:31 -0600)
committerJosh McMichael <jmcmicha@linus222.gsc.wustl.edu>
Fri, 18 Dec 2009 17:31:40 +0000 (11:31 -0600)
commit6c0f599aa455ebf62c0581ef7ff8e9be5af5924e
tree7c634caa94bccb785ff6f9cd4d924905dfb9f6f0
parent9d031ab2f588946e2748779ecb07097c88094352
fixed url path segment match regex so that trailing slashes in /path/info/ + query string disptaches match properly; added tests for /path/info/ + query string dispatches
lib/Web/Simple/DispatchParser.pm
t/dispatch_parser.t