diff options
author | cvs2git <cvs2git> | 2004-04-13 20:01:58 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2004-04-13 20:01:58 +0000 |
commit | 78fc3eb68120407026e9512177524defe5a92441 (patch) | |
tree | 9dc1ac2399c3f3df41de95c0b6531028a47e6de3 | |
parent | 749b93fa6cf4c397603fb2b1ee17e2691c28a15e (diff) | |
parent | df33a04853368c1ccb95ea1718b1ebad93b78672 (diff) |
This commit was manufactured by cvs2svn to create branch
'FREESIDE_1_4_BRANCH'.
-rw-r--r-- | FS/t/part_export-communigate_pro.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_export-communigate_pro.t b/FS/t/part_export-communigate_pro.t new file mode 100644 index 000000000..88b8b64e0 --- /dev/null +++ b/FS/t/part_export-communigate_pro.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::communigate_pro; +$loaded=1; +print "ok 1\n"; |