/[webpac2]/trunk/t/2-input-pdf.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/2-input-pdf.t

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

revision 1116 by dpavlin, Tue Nov 20 10:08:02 2007 UTC revision 1117 by dpavlin, Mon Sep 22 15:34:42 2008 UTC
# Line 3  Line 3 
3  use strict;  use strict;
4  use blib;  use blib;
5    
6  use Test::More tests => 11;  use Test::More;
7    
8  BEGIN {  BEGIN {
9  use_ok( 'WebPAC::Test' );  
10  use_ok( 'WebPAC::Input' );          eval "use CAM::PDF";
11    
12            if ( $@ ) {
13                    plan skip_all => "CAM::PDF required for WebPAC::Input::PDF";
14            } else {
15                    plan tests => 11;
16            }
17    
18            use_ok( 'WebPAC::Test' );
19            use_ok( 'WebPAC::Input' );
20  }  }
21    
22  my $module = 'WebPAC::Input::PDF';  my $module = 'WebPAC::Input::PDF';

Legend:
Removed from v.1116  
changed lines
  Added in v.1117

  ViewVC Help
Powered by ViewVC 1.1.26