diff options
author | franck cuny <franck@lumberjaph.net> | 2009-12-09 11:01:44 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2009-12-09 11:01:44 +0100 |
commit | 8696a9556dedd6be480bacbc9d968785a3d22b52 (patch) | |
tree | e49365b8f576b402e155c1816bf7893443d2f442 | |
parent | Checking in changes prior to tagging of version 0.04. Changelog diff is: (diff) | |
download | moosex-net-api-8696a9556dedd6be480bacbc9d968785a3d22b52.tar.gz |
try::tiny is missing
-rw-r--r-- | lib/MooseX/Net/API/Role/Serialize.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MooseX/Net/API/Role/Serialize.pm b/lib/MooseX/Net/API/Role/Serialize.pm index 016a290..f527928 100644 --- a/lib/MooseX/Net/API/Role/Serialize.pm +++ b/lib/MooseX/Net/API/Role/Serialize.pm @@ -4,6 +4,7 @@ use Moose::Role; use JSON::XS; use YAML::Syck; use XML::Simple; +use Try::Tiny; sub _to_json { return encode_json( $_[1] ); |