From: Don Armstrong Date: Sun, 10 Feb 2008 05:06:44 +0000 (-0800) Subject: * Since we need IO::Scalar, we need to use it here. X-Git-Tag: release/2.6.0~510^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=82d826c07d1c82ee1aa253a235656f4d0328dde5;p=debbugs.git * Since we need IO::Scalar, we need to use it here. --- diff --git a/Debbugs/Control.pm b/Debbugs/Control.pm index 7cc1fc20..c462b536 100644 --- a/Debbugs/Control.pm +++ b/Debbugs/Control.pm @@ -97,6 +97,7 @@ use Debbugs::Log qw(:misc); use Params::Validate qw(validate_with :types); use File::Path qw(mkpath); use IO::File; +use IO::Scalar; use POSIX qw(strftime);