root/lang/perl/WWW-YourFileHost/trunk/t/00.load.t

Revision 10289, 135 bytes (checked in by yusukebe, 7 months ago)

他のレポジトリから改めて移しました。CPANリリースのバージョンも含む。

Line 
1use Test::More tests => 1;
2
3BEGIN {
4use_ok( 'WWW::YourFileHost' );
5}
6
7diag( "Testing WWW::YourFileHost $WWW::YourFileHost::VERSION" );
Note: See TracBrowser for help on using the browser.