From 2eda79fb265b3acdde85881f1160f6daa73f2d84 Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 18 Apr 2008 03:29:59 +0000 Subject: drag address and router even farther into the century --- FS/t/addr_block.t | 5 +++++ FS/t/router.t | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 FS/t/addr_block.t create mode 100644 FS/t/router.t (limited to 'FS') 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"; 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"; -- cgit v1.2.1