a23d4b3da9
Exclude some tests with dependencies. Remove -T from perl line in plugins This makes it harder to test with PERL5LIB/perlbrew etc
8 lines
106 B
Perl
8 lines
106 B
Perl
#!perl -w
|
|
# this is a simple 'drop packets on the floor' plugin
|
|
|
|
sub hook_logging {
|
|
return DECLINED;
|
|
}
|
|
|