#!./perl -w
#
# Copyright (c) 1995-2000, Raphael Manfredi
#
# You may redistribute only under the same terms as Perl 5, as specified
# in the README file that comes with the distribution.
#
if ($] < 5.006) {
print "1..0 # Skip: no utf8 support\n";
exit 0;
}
chdir('t') if -d 't';
} else {
}
print "1..0 # Skip: Storable was not built\n";
exit 0;
}
}
use strict;
sub ok;
print "1..3\n";
my $x = chr(1234);
# Long scalar
# Char in the range 127-255 (probably) in utf8
chop $x;