diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-06-02 11:37:19 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-02 11:37:19 +0200 |
| commit | f92976bd47ad9ef1c54de83876db7dcc9843aafd (patch) | |
| tree | c398c0f59acbe74178b94b113270a07fa6bf5e2f /t/03_serialization.t | |
| parent | role to handle useragent (diff) | |
| download | net-http-api-f92976bd47ad9ef1c54de83876db7dcc9843aafd.tar.gz | |
tests
Diffstat (limited to 't/03_serialization.t')
| -rw-r--r-- | t/03_serialization.t | 5 |
1 files changed, 5 insertions, 0 deletions
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:: |
