diff options
Diffstat (limited to 'test/module/test.pl')
| -rwxr-xr-x | test/module/test.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/module/test.pl b/test/module/test.pl index 0853f79..51a06de 100755 --- a/test/module/test.pl +++ b/test/module/test.pl @@ -1,6 +1,11 @@ #!/usr/bin/perl use Getopt::Long; +use IO::Handle; + +STDERR->autoflush(1); +STDOUT->autoflush(1); + my $train; my $test; GetOptions ( |
