/[Intel-AMT]/trunk/t/pod.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/t/pod.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Sat Aug 8 14:18:27 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 232 byte(s)
module-starter --module 'Intel::AMT' -mi --author 'Dobrica Pavlinusic' --email=dpavlin@rot13.org

1 dpavlin 1 #!perl -T
2    
3     use strict;
4     use warnings;
5     use Test::More;
6    
7     # Ensure a recent version of Test::Pod
8     my $min_tp = 1.22;
9     eval "use Test::Pod $min_tp";
10     plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
11    
12     all_pod_files_ok();

  ViewVC Help
Powered by ViewVC 1.1.26