From f3bb3b2bb4d03800338a2b6e343b49902c9a371c Mon Sep 17 00:00:00 2001 From: Steve Huff Date: Tue, 25 Jun 2013 11:28:13 -0400 Subject: Fixing attribute name typo Also adding a test case --- lib/Net/HTTP/Spore/Middleware/Format/Auto.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Net/HTTP/Spore/Middleware/Format/Auto.pm b/lib/Net/HTTP/Spore/Middleware/Format/Auto.pm index 0bc1eb0..ebdc2d7 100644 --- a/lib/Net/HTTP/Spore/Middleware/Format/Auto.pm +++ b/lib/Net/HTTP/Spore/Middleware/Format/Auto.pm @@ -6,7 +6,7 @@ extends 'Net::HTTP::Spore::Middleware::Format'; use Try::Tiny; -has seriliazer => ( +has serializer => ( is => 'rw', isa => HashRef [Object], lazy => 1, -- cgit v1.2.3