mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 15:51:44 +02:00
perl: tweaks
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Test::More tests => 1;
|
use Test::More tests => 1;
|
||||||
|
use Config;
|
||||||
use_ok 'Data::MessagePack';
|
use_ok 'Data::MessagePack';
|
||||||
diag ( "Testing Data::MessagePack/$Data::MessagePack::VERSION (",
|
diag ( "Testing Data::MessagePack/$Data::MessagePack::VERSION (",
|
||||||
$INC{'Data/MessagePack/PP.pm'} ? 'PP' : 'XS', ")" );
|
$INC{'Data/MessagePack/PP.pm'} ? 'PP' : 'XS', ")" );
|
||||||
|
|
||||||
|
diag "byteoder: $Config{byteorder}, ivsize=$Config{ivsize}";
|
||||||
|
Reference in New Issue
Block a user