From: Don Armstrong Date: Thu, 14 Dec 2017 23:30:34 +0000 (-0800) Subject: require Pod2Usage in Debbugs::Command X-Git-Tag: release/2.6.0~44 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=5d576cb436e44bbfba7c91f3e39a3a17f281d6e5 require Pod2Usage in Debbugs::Command --- diff --git a/Debbugs/Command.pm b/Debbugs/Command.pm index a180316..ef9f31c 100644 --- a/Debbugs/Command.pm +++ b/Debbugs/Command.pm @@ -43,6 +43,7 @@ BEGIN{ } use Getopt::Long qw(:config no_ignore_case); +use Pod::Usage qw(pod2usage); =head1 Command processing (:commands)