From 82d826c07d1c82ee1aa253a235656f4d0328dde5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 9 Feb 2008 21:06:44 -0800 Subject: [PATCH] * Since we need IO::Scalar, we need to use it here. --- Debbugs/Control.pm | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5