diff options
author | franck cuny <franck@lumberjaph.net> | 2009-11-23 14:54:26 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2009-11-23 14:54:26 +0100 |
commit | 13e5ddefc45cecea0e7f025ed68db0b96250a877 (patch) | |
tree | 48c22e8fede83196edd16787a9de970b0d0e2775 /t/00_compile.t | |
download | moosex-net-api-13e5ddefc45cecea0e7f025ed68db0b96250a877.tar.gz |
initial commit
Diffstat (limited to 't/00_compile.t')
-rw-r--r-- | t/00_compile.t | 4 |
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' } |