qpsmtpd/t/plugin_tests/check_badrcptto

10 lines
106 B
Plaintext
Raw Normal View History

sub register_tests {
my $self = shift;
$self->register_test("foo", 1);
}
sub foo {
ok(1);
}