mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
6 lines
83 B
Perl
6 lines
83 B
Perl
use strict;
|
|
use warnings;
|
|
use Test::More tests => 1;
|
|
|
|
use_ok 'Data::MessagePack';
|
|
|