git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@5876
bd8105ee-0ff8-0310-8827-fb3f25b6796d
sub BEFORE_PLUGIN {
my ($self) = @_;
+ $self->load_plugin('Packages');
unless ($self->can('setup_commands')) {
$self->meta->add_method('setup_commands' => sub {});
}