]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Since we need IO::Scalar, we need to use it here.
authorDon Armstrong <don@donarmstrong.com>
Sun, 10 Feb 2008 05:06:44 +0000 (21:06 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 10 Feb 2008 05:06:44 +0000 (21:06 -0800)
Debbugs/Control.pm

index 7cc1fc20c8b77b6b04e9e9bc3216cd2992abf2ad..c462b536604e4d7279af9bf594ee7573137e8e08 100644 (file)
@@ -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);