Sebastian Riedel wrote: >> use Catalyst; >> ... >> my @plugins = qw/FormValidator Session::FastMmap other plugins here/; >> push @plugins, '-Debug' if ( $ENV{USER} ); >> >> MyApp->setup( @plugins ); > > > Note that this only works in the next release (actually available in > trunk). Indeed, I should have mentioned that. :) -Andy