From 83053569b3d965924e2e1d4f5b199609ec7c29af Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 11 May 2011 16:20:13 +0000 Subject: i18n, RT#12515 --- FS/t/Locales.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/Locales.t (limited to 'FS/t') diff --git a/FS/t/Locales.t b/FS/t/Locales.t new file mode 100644 index 000000000..38dff7fe7 --- /dev/null +++ b/FS/t/Locales.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::Locales; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1