/[webpac2]/trunk/t/00-load.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

Contents of /trunk/t/00-load.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sat Jun 25 20:23:23 2005 UTC (18 years, 10 months ago) by dpavlin
File MIME type: application/x-troff
File size: 354 byte(s)
initial import of some documentation and module structure

1 use Test::More tests => 8;
2
3 BEGIN {
4 use_ok( 'WebPAC' );
5 use_ok( 'WebPAC::Input' );
6 use_ok( 'WebPAC::DB' );
7 use_ok( 'WebPAC::Output' );
8 use_ok( 'WebPAC::Output::Estraier' );
9 use_ok( 'WebPAC::Output::html' );
10 use_ok( 'WebPAC::Output::OAI' );
11 use_ok( 'WebPAC::Output::ClassDBI' );
12 }
13
14 diag( "Testing WebPAC $WebPAC::VERSION, Perl 5.008007, /usr/bin/perl" );

  ViewVC Help
Powered by ViewVC 1.1.26