perl: tweaks

This commit is contained in:
Fuji, Goro 2010-10-21 23:27:26 +09:00
parent 92b346efa7
commit 7fc34b6369

View File

@ -1,7 +1,9 @@
use strict;
use warnings;
use Test::More tests => 1;
use Config;
use_ok 'Data::MessagePack';
diag ( "Testing Data::MessagePack/$Data::MessagePack::VERSION (",
$INC{'Data/MessagePack/PP.pm'} ? 'PP' : 'XS', ")" );
diag "byteoder: $Config{byteorder}, ivsize=$Config{ivsize}";