Re: [Mason] Error while loading app.psgi: Can't locate object method expand_to_plugins

2011-04-14 Thread Jonathan Swartz
What does your plugin class look like? Does it contain with 'Mason::Plugin';? On Thu, 14 Apr 2011 13:15 +0800, Beckheng Lam bi.ken@gmail.com wrote: Hi, I want to add customize filter. I added the plugin in app.psgi via '+IiBlog::Filters'. But it show me the message as title said.

Re: [Mason] Error while loading app.psgi: Can't locate object method expand_to_plugins

2011-04-14 Thread Beckheng Lam
Hello, I really miss the 'Mason::Plugin' role. It's OK now. Thanks! /Heng 于 2011年04月15日 01:34, Jonathan Swartz 写道: What does your plugin class look like? Does it contain with 'Mason::Plugin';? On Thu, 14 Apr 2011 13:15 +0800, Beckheng Lambi.ken@gmail.com wrote: Hi, I want