1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-24 17:49:45 +01:00
msgpack/perl/t/00_compile.t
2010-09-18 14:51:17 +09:00

8 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', ")" );