mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
7 lines
137 B
Perl
7 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' );
|