- add sources.
[platform/framework/web/crosswalk.git] / src / third_party / JSON / JSON-2.59 / t / 00_pod.t
1 use strict;
2 $^W = 1;
3
4 use Test::More;
5
6 eval "use Test::Pod 1.00";
7 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
8 all_pod_files_ok ();