ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
/
cvs
/
Net-IRC3
/
t
/
pod-coverage.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
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::Coverage 1.04";
5
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
6
all_pod_coverage_ok();