X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2Ft%2FL10N.t;fp=FS%2Ft%2FL10N.t;h=d8619cef620fc52fb58d4fd52322e3a743410a4a;hb=be40a9fa3750374b32f2aa31e8807433c05d7817;hp=0000000000000000000000000000000000000000;hpb=cd34706f94273cf381952f57c5fcb7d6910fbae0;p=freeside.git 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";