DEBSOURCES
Skip Quicknav
sources / libencode-eucjpascii-perl / 0.03-1 / t / pod.t
12345678
use strict; use Test::More; eval "use Test::Pod 1.00"; if ($@) { plan skip_all => "Test::Pod 1.00 or later required for testing POD"; } all_pod_files_ok();