mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-17 03:03:24 +02:00
added perl support
This commit is contained in:
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();
|
Reference in New Issue
Block a user