I'm struggling with a classic legacy project: manual URL parsing and composition, manual routing etc. Knowing a bit of Catalyst I long for at least some of the concepts, for example proper (a.k.a. transparent) URL routing and parameter parsing for example. Ideally, I'd just use Catalyst and be done with it, but given it's a legacy project, I guess I only have two options:
- Somehow use parts of Catalyst in my project -- which I'm not sure is possible. Is it?
- Use single modules implementing parts of Catalyst's framework -- what are you experiences, which modules can be recommended?