about summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-11-23 14:54:26 +0100
committerfranck cuny <franck@lumberjaph.net>2009-11-23 14:54:26 +0100
commit13e5ddefc45cecea0e7f025ed68db0b96250a877 (patch)
tree48c22e8fede83196edd16787a9de970b0d0e2775 /t
downloadnet-http-api-13e5ddefc45cecea0e7f025ed68db0b96250a877.tar.gz
initial commit
Diffstat (limited to '')
-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..86438a0
--- /dev/null
+++ b/t/00_compile.t
@@ -0,0 +1,4 @@
+use strict;
+use Test::More tests => 1;
+
+BEGIN { use_ok 'MooseX::Net::API' }