The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
### make sure we can load the module

use Test;
BEGIN { plan tests => 1 };
use IPTables::ChainMgr;
ok(1); # If we made it this far, we're ok.