summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-04 09:21:19 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-04 09:21:19 -0800
commit998b62d3f157ba546b2b100f2005934f42aa863f (patch)
tree6de1ca9d451491439d457598b876b5a0e18552ec /FS
parent1ef17523c4d4c06b8f26e563d7f633ec7f2e7d99 (diff)
add IO::String as a proper web interface dep, RT#19732
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Mason.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 004701646..4b1f800b6 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -83,6 +83,7 @@ if ( -e $addl_handler_use_file ) {
use IO::Handle;
use IO::File;
use IO::Scalar;
+ use IO::String;
#not actually using this yet anyway...# use IPC::Run3 0.036;
use Net::Whois::Raw qw(whois);
if ( $] < 5.006 ) {