Web::Chain project:    Web/Pro/t/Web-Pro-HtmlOutput.t


     # Test file created outside of h2xs framework.
# Run this like so: `perl Web-Pro-HtmlOutput.t'
#   doom@kzsu.stanford.edu     2004/10/06 23:18:36

#########################

# change 'tests => 1' to 'tests => last_test_to_print';

use warnings;
use strict;
$|=1;

use Test::More;
BEGIN { plan tests => 1 };


use Web::Pro::HtmlOutput;

ok(1); # If we made it this far, we're ok.

#########################

# Insert your test code below, the Test::More module is used here so read
# its man page ( perldoc Test::More ) for help writing this test script.



     

Joseph Brenner, Sat Nov 6 17:04:11 2004