#!/usr/bin/env perl
# -------------------------------------------------------------------
-# Copyright (C) 2002-2009 SQLFairy Authors
+# Copyright (C) 2002-2011 SQLFairy Authors
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
},
) or die SQL::Translator->error;
+binmode STDOUT unless $out_file;
+
for my $file (@files) {
my $output = $translator->translate( $file ) or die
"Error: " . $translator->error;