StatView::Script->new({ 44 name => 'stv_copy_key', 45 version => $VERSION, 46 opt_spec => [qw( 47 host=s 48 list_pollers 49 all_pollers 50 )], 51 db_connection => [qw/ poller /], 52 handler => sub { StatView::CopySSHKey::run (@_) }, 53 });