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