File: 00-load.t

package info (click to toggle)
libmail-deliverystatus-bounceparser-perl 1.542%2Brepacked-1~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,044 kB
  • sloc: perl: 1,684; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!perl -wT
use strict;

use Test::More tests => 1;

use Mail::DeliveryStatus::BounceParser;
ok(1);