summary refs log tree commit diff
path: root/lib/Net/HTTP/Spore
diff options
context:
space:
mode:
authorSteve Huff <shuff@vecna.org>2013-06-25 11:28:13 -0400
committerSteve Huff <shuff@vecna.org>2013-06-25 11:28:13 -0400
commitf3bb3b2bb4d03800338a2b6e343b49902c9a371c (patch)
treece40636935f97f7681c4ccf4c05f8f843cb17203 /lib/Net/HTTP/Spore
parentv0.06 (diff)
downloadnet-http-spore-f3bb3b2bb4d03800338a2b6e343b49902c9a371c.tar.gz
Fixing attribute name typo
Also adding a test case
Diffstat (limited to 'lib/Net/HTTP/Spore')
-rw-r--r--lib/Net/HTTP/Spore/Middleware/Format/Auto.pm2
1 files changed, 1 insertions, 1 deletions
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,