root/trunk/perl/HTTP-Server-Brick/t/00.load.t

Revision 297, 141 bytes (checked in by aufflick, 2 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 use Test::More tests => 1;
2
3 BEGIN {
4 use_ok( 'HTTP::Server::Brick' );
5 }
6
7 diag( "Testing HTTP::Server::Brick $HTTP::Server::Brick::VERSION" );
Note: See TracBrowser for help on using the browser.