@@ -392,6 +392,7 @@ Tilman Koschnick
Tilmann Bubeck
Tim Laszlo
Tobias Brox
+Todd Zullinger (tmzullinger)
Tom Bertelston
Tom De Blende
Tom Payerle
@@ -19,10 +19,7 @@
#
require 5.004;
-eval "use utf8::all";
-if ( $@ ) {
- use utf8::all;
-}
+eval { require utf8::all };
use POSIX;
use strict;
use Getopt::Long;