Fix runtime error with autoflush.

This commit is contained in:
Wilson Snyder 2014-11-28 07:56:21 -05:00
parent 85ebc5f7bd
commit 546c91a940
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ BEGIN {
use Getopt::Long;
use FindBin qw($RealBin $RealScript);
use IO::File;
use Pod::Usage;
use strict;

View File

@ -26,6 +26,7 @@ BEGIN {
use Getopt::Long;
use FindBin qw($RealBin $RealScript);
use IO::File;
use Pod::Usage;
use Cwd qw(abs_path getcwd);