--- trunk/lib/Frey/Run.pm 2008/11/05 08:21:00 289 +++ trunk/lib/Frey/Run.pm 2008/11/05 20:18:33 314 @@ -12,11 +12,11 @@ =head1 DESCRIPTION This object will try to run other Moose objects from your application. It -will try to invoke C, C or C method on the. +will try to invoke C, and C method on the. =cut -sub execute { qw/data markup/ } +sub runnable { qw/data markup/ } has 'class' => ( is => 'rw',