summaryrefslogtreecommitdiff
path: root/FS/t/L10N.t
diff options
context:
space:
mode:
authorivan <ivan>2011-05-14 00:30:43 +0000
committerivan <ivan>2011-05-14 00:30:43 +0000
commitbe40a9fa3750374b32f2aa31e8807433c05d7817 (patch)
tree68f4ba6b9a68671bb0060bb586e0484da65825c3 /FS/t/L10N.t
parentcd34706f94273cf381952f57c5fcb7d6910fbae0 (diff)
i18n, RT#12515
Diffstat (limited to 'FS/t/L10N.t')
-rw-r--r--FS/t/L10N.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/L10N.t b/FS/t/L10N.t
new file mode 100644
index 000000000..d8619cef6
--- /dev/null
+++ b/FS/t/L10N.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::L10N;
+$loaded=1;
+print "ok 1\n";