/[webpac2]/trunk/t/pod-coverage.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 /trunk/t/pod-coverage.t

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

revision 1255 by dpavlin, Thu Jul 13 11:54:27 2006 UTC revision 1256 by dpavlin, Tue Jul 28 12:40:46 2009 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -w  #!/usr/bin/perl -w
2    
3  use Test::More;  use Test::More;
4  use blib;  use lib 'lib';
5    
6  eval "use Test::Pod::Coverage 1.04";  eval "use Test::Pod::Coverage 1.04";
7  plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage [$@]" if ($@);  plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage [$@]" if ($@);

Legend:
Removed from v.1255  
changed lines
  Added in v.1256

  ViewVC Help
Powered by ViewVC 1.1.26