ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-IRC3/t/pod.t
Revision: 1.1
Committed: Sun Jul 16 02:09:12 2006 UTC (20 years, 2 months ago) by elmex
Content type: application/x-troff
Branch: MAIN
CVS Tags: HEAD
Log Message:
initial checkin

File Contents

# User Rev Content
1 elmex 1.1 #!perl -T
2    
3     use Test::More;
4     eval "use Test::Pod 1.14";
5     plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
6     all_pod_files_ok();