Did I mention that I'm rubbish at naming things. I'll start caring about that when...
authort0m <bobtfish@bobtfish.net>
Fri, 24 Apr 2009 22:51:16 +0000 (23:51 +0100)
committert0m <bobtfish@bobtfish.net>
Fri, 24 Apr 2009 22:51:16 +0000 (23:51 +0100)
commit8c228ad4c7212c188e6b9354efeeada8480d4d2c
tree06d5151986b18c4fe5c4a3e00993e7e99426074e
parent065fbd8103cf114bd97de10f0df0a5928c663b95
Did I mention that I'm rubbish at naming things. I'll start caring about that when I start pulling this shit apart into components for the CPAN when it's past prototype stage. Add stuff to give me syntax to generate methods with a custom metaclass, so that when I introspect - I don't have to use a fucking regex to work out what methods to exclude. We could then sanely support role application, which would be nice - although doing modifiers right is hard. This is also waaay more involved than it should need to be.
lib/CatalystX/ControllerGeneratingModel.pm [new file with mode: 0644]
lib/CatalystX/ControllerGeneratingModel/DispatchableMethod.pm [new file with mode: 0644]
lib/SomeModelClass.pm