root/lang/perl/WWW-YourFileHost/trunk/t/pod.t

Revision 10289, 140 bytes (checked in by yusukebe, 7 months ago)

他のレポジトリから改めて移しました。CPANリリースのバージョンも含む。

Line 
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();
Note: See TracBrowser for help on using the browser.