mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-06-03 21:37:17 +02:00
perl: more kind testing messages
This commit is contained in:
parent
e6f6aba207
commit
4902bed409
@ -3,4 +3,5 @@ use warnings;
|
|||||||
use Test::More tests => 1;
|
use Test::More tests => 1;
|
||||||
|
|
||||||
use_ok 'Data::MessagePack';
|
use_ok 'Data::MessagePack';
|
||||||
diag ( $INC{'Data/MessagePack/PP.pm'} ? 'PP' : 'XS' );
|
diag ( "Testing Data::MessagePack/$Data::MessagePack::VERSION (",
|
||||||
|
$INC{'Data/MessagePack/PP.pm'} ? 'PP' : 'XS', ")" );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user