File: IPTables-ChainMgr.t

package info (click to toggle)
libiptables-chainmgr-perl 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 84 kB
  • ctags: 18
  • sloc: perl: 484; makefile: 41
file content (6 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
### 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.