[BACK]Return to pod.t CVS log [TXT][DIR] Up to [local] / HOPE / Net-OpenAMD / t

File: [local] / HOPE / Net-OpenAMD / t / pod.t (download)

Revision 1.1.1.1 (vendor branch), Thu Jun 24 21:45:25 2010 UTC (13 years, 11 months ago) by andrew
Branch: andrew, MAIN
CVS Tags: andrew_2010-06-24, Net-OpenAMD-v0-0-1, Net-OpenAMD-0-0-2, HEAD
Changes since 1.1: +0 -0 lines

Inital Net::OpenAMD Perl API module

#!perl -T

use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
all_pod_files_ok();