package Net::Dropbear; use strict; use v5.8; our $VERSION = '0.16'; 1; __END__ =encoding utf-8 =head1 NAME Net::Dropbear - Use Dropbear SSH inside of perl =head1 DESCRIPTION This is a container package. You want one of the sub packages: =over =item L - Embed and control a Dropbear SSH server inside of perl =item L - Embed and control a Dropbear SSH client inside of perl (Not implemented yet) =back =head1 AUTHOR Jon Gentle Eatrodo@cpan.orgE =head1 COPYRIGHT Copyright 2015-2016 Jon Gentle =head1 LICENSE This is free software. You may redistribute copies of it under the terms of the Artistic License 2 as published by The Perl Foundation. =cut