From: Don Armstrong Date: Tue, 30 Jan 2007 08:17:37 +0000 (-0800) Subject: import getbugcomponent in gen-indices.in X-Git-Tag: release/2.6.0~585^2^2~33 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=49aeadedd1294c3170a358a1f9b3879cba6c9cae;p=debbugs.git import getbugcomponent in gen-indices.in --- diff --git a/scripts/gen-indices.in b/scripts/gen-indices.in index 59e0fe9e..14d7b1c1 100755 --- a/scripts/gen-indices.in +++ b/scripts/gen-indices.in @@ -76,7 +76,7 @@ pod2usage(1) if $options{help}; pod2usage(-verbose=>2) if $options{man}; use Debbugs::Config qw(:config); -use Debbugs::Common qw(getparsedaddrs); +use Debbugs::Common qw(getparsedaddrs getbugcomponent); use Debbugs::Status qw(readbug); chdir($config{spool_dir}) or die "chdir $config{spool_dir} failed: $!";