From aaa1a91c209ec3547b2c62dc59af935649a62b58 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 5 Mar 2015 17:30:26 -0800 Subject: legacy change history, RT#29311 --- FS/t/legacy_cust_history.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/legacy_cust_history.t (limited to 'FS/t') diff --git a/FS/t/legacy_cust_history.t b/FS/t/legacy_cust_history.t new file mode 100644 index 000000000..ac48aee0c --- /dev/null +++ b/FS/t/legacy_cust_history.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::legacy_cust_history; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1