]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Command.pm
require Pod2Usage in Debbugs::Command
[debbugs.git] / 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)