root/lang/perl/Net-SSL-ExpireDate/trunk/t/00.load.t @ 10699

Revision 10699, 144 bytes (checked in by hirose31, 5 years ago)

import

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