summaryrefslogtreecommitdiff
path: root/t/00_compile.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-04-25 15:18:46 +0200
committerfranck cuny <franck@lumberjaph.net>2010-04-25 15:18:46 +0200
commit1f9dbcaa36f283da7e54599f7d88229c5d753428 (patch)
tree1d6663ab3c19eb51ef9c988487df6fcd67e57966 /t/00_compile.t
downloaddancer-plugin-i18n-1f9dbcaa36f283da7e54599f7d88229c5d753428.tar.gz
initial commit
Diffstat (limited to 't/00_compile.t')
-rw-r--r--t/00_compile.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/00_compile.t b/t/00_compile.t
new file mode 100644
index 0000000..42aad72
--- /dev/null
+++ b/t/00_compile.t
@@ -0,0 +1,4 @@
+use strict;
+use Test::More tests => 1;
+
+BEGIN { use_ok 'Dancer::Plugin::I18n' }