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