File: 00.load.t

package info (click to toggle)
libnet-ssl-expiredate-perl 1.25-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 547; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
use Test::More tests => 1;

BEGIN {
use_ok( 'Net::SSL::ExpireDate' );
}

diag( "Testing Net::SSL::ExpireDate $Net::SSL::ExpireDate::VERSION" );