Make Web::Simple's dispatch able to deal with generated route signatures
Right now Web::Simple's dispatch can only handle route signatures passed in as prototypes, which means they're hard-coded and icky. There should be a sane way to API this up to allow the signatures to be passed in as strings. I'll have to look into that.
3
votes