mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-13 19:04:16 +00:00
added perl support
This commit is contained in:
parent
5bd53f018f
commit
d449b1d20d
16 changed files with 7734 additions and 0 deletions
4
perl/xt/99_pod.t
Normal file
4
perl/xt/99_pod.t
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
use Test::More;
|
||||
eval "use Test::Pod 1.00";
|
||||
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
|
||||
all_pod_files_ok();
|
||||
Loading…
Add table
Add a link
Reference in a new issue