diff options
author | jeff <jeff> | 2008-04-18 03:29:59 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-04-18 03:29:59 +0000 |
commit | 2eda79fb265b3acdde85881f1160f6daa73f2d84 (patch) | |
tree | 2fc4f8894906bba0a41e9ad0588ad92a04eaac43 /FS/t/addr_block.t | |
parent | 8333462f80da553234ef53076a932e9f417e6ad2 (diff) |
drag address and router even farther into the century
Diffstat (limited to 'FS/t/addr_block.t')
-rw-r--r-- | FS/t/addr_block.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/addr_block.t b/FS/t/addr_block.t new file mode 100644 index 000000000..4f49a4416 --- /dev/null +++ b/FS/t/addr_block.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::addr_block; +$loaded=1; +print "ok 1\n"; |