/[jsFind]/trunk/t/99pod.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/99pod.t

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

revision 16 by dpavlin, Sun Jul 11 20:18:25 2004 UTC revision 17 by dpavlin, Mon Sep 13 14:36:06 2004 UTC
# Line 3  Line 3 
3  use strict;  use strict;
4  use warnings;  use warnings;
5    
6  use Test::Pod tests => 1;  use Test::More;
7    eval "use Test::Pod 1.00";
8    plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
9    
10  use jsFind;  plan tests => 2;
11    use_ok("jsFind");
12    
13  pod_file_ok($INC{"jsFind.pm"});  pod_file_ok($INC{"jsFind.pm"});
14    

Legend:
Removed from v.16  
changed lines
  Added in v.17

  ViewVC Help
Powered by ViewVC 1.1.26