X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FCommand.pm;h=c68dd70f5a3656b13966ddb96f7ee5ddf5103f27;hb=6532b246361b5d28b6ce3b44154a71edd3ca9a9e;hp=a180316371026e35e1a43659fc402a43dbc227fc;hpb=1b514b3dfeba13f531edfe17fd05388bd0a25ac8;p=debbugs.git diff --git a/Debbugs/Command.pm b/Debbugs/Command.pm index a180316..c68dd70 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) @@ -85,6 +86,10 @@ sub handle_subcommand_arguments { return $subopt; } +=back + +=cut + 1;