X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2Ft%2Fpart_pkg-flat_comission_pkg.t;fp=FS%2Ft%2Fpart_pkg-flat_comission_pkg.t;h=851b58db11bbbcc5099c0823128395c594d05b84;hp=0000000000000000000000000000000000000000;hb=f77cbf2281ef5ea2e0b81b64fdd1dd78fca3e543;hpb=c13b6c8f4b9876aa8f91e1c14d3c208ac0d189e9 diff --git a/FS/t/part_pkg-flat_comission_pkg.t b/FS/t/part_pkg-flat_comission_pkg.t new file mode 100644 index 000000000..851b58db1 --- /dev/null +++ b/FS/t/part_pkg-flat_comission_pkg.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_pkg::flat_comission_pkg; +$loaded=1; +print "ok 1\n";