Daniel McBrearty wrote:
> OK. That does work if I use :
> 
> $c->SUPER::email($c, @_);

Don't use SUPER.  Don't pass $c twice.

Use NEXT::email(@_) (from NEXT) or next::method(@_) (from Class::C3),
since SUPER and Catalyst don't get along.

Regards,
Jonathan Rockway
# terse because I haven't slept for 24+ hours :)

-- 
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to