File: 00_compile.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 (6 lines) | stat: -rw-r--r-- 84 bytes parent folder | download
1
2
3
4
5
6
use strict;
use Test::More;

BEGIN { use_ok 'Net::SSL::ExpireDate' }

done_testing;