File: 10-01-Pod.t

package info (click to toggle)
libdata-serializer-perl 0.65-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 404 kB
  • sloc: perl: 980; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
pod_file_ok('blib/lib/Data/Serializer.pm');
done_testing();