]> git.donarmstrong.com Git - debbugs.git/commitdiff
require Pod2Usage in Debbugs::Command
authorDon Armstrong <don@donarmstrong.com>
Thu, 14 Dec 2017 23:30:34 +0000 (15:30 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 14 Dec 2017 23:30:43 +0000 (15:30 -0800)
Debbugs/Command.pm

index a180316371026e35e1a43659fc402a43dbc227fc..ef9f31cc6b16e25e87e3209f2f202f2015e9e89a 100644 (file)
@@ -43,6 +43,7 @@ BEGIN{
 }
 
 use Getopt::Long qw(:config no_ignore_case);
+use Pod::Usage qw(pod2usage);
 
 =head1 Command processing (:commands)