mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
6 lines
137 B
Perl
6 lines
137 B
Perl
use strict;
|
|
use warnings;
|
|
use Test::More tests => 1;
|
|
|
|
use_ok 'Data::MessagePack';
|
|
diag ( $INC{'Data/MessagePack/PP.pm'} ? 'PP' : 'XS' );
|