File: use.t

package info (click to toggle)
libmail-verify-perl 0.02-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72 kB
  • sloc: perl: 58; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl -w
use strict;
use Test;
BEGIN { plan tests => 1 }

use Mail::Verify; ok(1);
exit;
__END__