On Monday 23 February 2009, Carl Franks wrote:
> > Though it would probably help if I got my examples the correct way
> > around.
> >
> >package MySite::Controller::Profile;
> >use parent qw(Catalyst::Controller::HTML::FormFu
> > MySite::Controller::Base); works.
> >
> >pac
Carl Franks wrote on 2009-02-23:
> 2009/2/22 Malcolm :
>> On Sunday 22 February 2009, Malcolm wrote:
>>> There's probably something obvious I'm completely missing, but can
>>> someone explain (or point me at the right place to RTFM, as I can't
>>> find it) why this works:
>>>
>>> package MyS
2009/2/22 Malcolm :
> On Sunday 22 February 2009, Malcolm wrote:
>> There's probably something obvious I'm completely missing, but can someone
>> explain (or point me at the right place to RTFM, as I can't find it) why
>> this works:
>>
>> package MySite::Controller::Profile;
>> use par
On Sunday 22 February 2009, Malcolm wrote:
> There's probably something obvious I'm completely missing, but can someone
> explain (or point me at the right place to RTFM, as I can't find it) why
> this works:
>
> package MySite::Controller::Profile;
> use parent qw(MySite::Controller::B