Missing Pod::Usage dependency (#315)
It is necessary to include the "Pod::Usage" module to use the "pod2usage" method. Otherwise, an error occurs if an incorrect CLI option is used.
This commit is contained in:
@@ -49,6 +49,7 @@ use Data::Printer;
|
|||||||
use Module::Load ();
|
use Module::Load ();
|
||||||
use Net::OpenSSH;
|
use Net::OpenSSH;
|
||||||
use MCE::Loop Sereal => 1;
|
use MCE::Loop Sereal => 1;
|
||||||
|
use Pod::Usage 'pod2usage';
|
||||||
|
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
Getopt::Long::Configure ("bundling");
|
Getopt::Long::Configure ("bundling");
|
||||||
|
|||||||
Reference in New Issue
Block a user