diff options
Diffstat (limited to 'FS/t/part_pkg-sql_generic.t')
-rw-r--r-- | FS/t/part_pkg-sql_generic.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_pkg-sql_generic.t b/FS/t/part_pkg-sql_generic.t new file mode 100644 index 000000000..299a7c67c --- /dev/null +++ b/FS/t/part_pkg-sql_generic.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_pkg::sql_generic; +$loaded=1; +print "ok 1\n"; |