From 13e5ddefc45cecea0e7f025ed68db0b96250a877 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 23 Nov 2009 14:54:26 +0100 Subject: initial commit --- t/00_compile.t | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 t/00_compile.t (limited to 't') 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' } -- cgit 1.4.1