DEBSOURCES
Skip Quicknav
sources / libchemistry-file-mdlmol-perl / 0.24-1 / t / pod.t
12345678
use Test::More; eval 'use Test::Pod'; if ($@) { plan skip_all => "You don't have Test::Pod installed"; } else { all_pod_files_ok(); }