diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-04-14 17:08:36 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-04-14 17:08:36 -0700 |
commit | 2e761a72c380dc9d7320ccd822cfe8476534b369 (patch) | |
tree | 4c26f3391325c2f0a3a6a117b7dc2b0ae94993b2 /FS/t | |
parent | a9f4e76c1d2392514c4172dd869fd101e3a9c6ec (diff) |
package contacts / "name per packages", RT#22185
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/contact_Mixin.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/contact_Mixin.t b/FS/t/contact_Mixin.t new file mode 100644 index 000000000..89dcc37c5 --- /dev/null +++ b/FS/t/contact_Mixin.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::contact_Mixin; +$loaded=1; +print "ok 1\n"; |