hanging shutDown to shutDownSeleniumServer because Selenium RC 1.0 uses the latter
[catagits/Test-WWW-Selenium-Catalyst.git] / t / pod.t
CommitLineData
4f6d213e 1#!perl -T
2
3use Test::More;
4eval "use Test::Pod 1.14";
5plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
6all_pod_files_ok();