mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
perl: tweaks
This commit is contained in:
parent
92b346efa7
commit
7fc34b6369
1 changed files with 3 additions and 1 deletions
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue