12 Oct
2011
12 Oct
'11
5:52 p.m.
random, in other words, not easy to reproduce. I have get '/present/:page_name' => sub { .. }; followed by get '/*?' => sub { .. }; Yet, from time to time, a regular web page, meant to be picked up the second route above, gets picked up by the first route, thereby sending the wrong html template. As I said, I can't reliably reproduce it, but from time to time, when I load my web site at http://punkish.org/The-Paradigm,-The-Framework,-and-The-Instantiation (notice, no "present" in the path_info), I get the wrong template. Please, please... my favorite Perl-thing, please don't turn buggy on me. I have close to a dozen apps riding on this, and I want it to be rock-solid-reliable. Puneet.