sub admin : Local Method('POST') {}
Obviously, it would have to match against specific methods first, then fall back on a generic handler without a specified method. Any other thoughts on the API?
Congrats to Jrockway on releasing Angerwhale. Angerwhale is a filesystem-based blog with integrated cryptography, built on the Catalyst framework.…
If you use Catalyst auth with hashed passwords, here's how to create the digest in your DBIx::Class user class automatically. sub store_column { my…
Even tho we haven't got the holy buzz of Rails, people seem to be putting up new Catalyst-powered sites all the time. I'll try to mention some as I…