From f92976bd47ad9ef1c54de83876db7dcc9843aafd Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 2 Jun 2010 11:37:19 +0200 Subject: tests --- t/03_serialization.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/03_serialization.t (limited to 't/03_serialization.t') diff --git a/t/03_serialization.t b/t/03_serialization.t new file mode 100644 index 0000000..333d12e --- /dev/null +++ b/t/03_serialization.t @@ -0,0 +1,5 @@ +use strict; +use warnings; +use Test::More; + +my $parser = MooseX::Net::API:: -- cgit 1.4.1