mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 02:40:09 +00:00
7 lines
205 B
Perl
7 lines
205 B
Perl
use strict;
|
|
use warnings;
|
|
use Test::More tests => 1;
|
|
|
|
use_ok 'Data::MessagePack';
|
|
diag ( "Testing Data::MessagePack/$Data::MessagePack::VERSION (",
|
|
$INC{'Data/MessagePack/PP.pm'} ? 'PP' : 'XS', ")" );
|