/[webpac2]/Webpacus/t/02pod.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

Diff of /Webpacus/t/02pod.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 154 by dpavlin, Mon Nov 21 17:46:27 2005 UTC revision 155 by dpavlin, Sat Nov 26 01:54:42 2005 UTC
# Line 1  Line 1 
1    #!/usr/bin/perl -w
2    
3  use Test::More;  use Test::More;
4    
5  eval "use Test::Pod 1.14";  eval "use Test::Pod 1.14";
6  plan skip_all => 'Test::Pod 1.14 required' if $@;  plan skip_all => 'Test::Pod 1.14 required' if $@;
7  plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};  #plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
8    
9  all_pod_files_ok();  all_pod_files_ok();

Legend:
Removed from v.154  
changed lines
  Added in v.155

  ViewVC Help
Powered by ViewVC 1.1.26