From 8696a9556dedd6be480bacbc9d968785a3d22b52 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 9 Dec 2009 11:01:44 +0100 Subject: try::tiny is missing --- lib/MooseX/Net/API/Role/Serialize.pm | 1 + 1 file changed, 1 insertion(+) 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] ); -- cgit 1.4.1