summary refs log tree commit diff
path: root/lib/Net/HTTP/Spore
diff options
context:
space:
mode:
authorAsh Berlin <ash_github@firemirror.com>2014-02-01 02:30:11 -0800
committerAsh Berlin <ash_github@firemirror.com>2014-02-01 02:30:11 -0800
commitef355cf4543bba818d2160bcd1fc9c7db891ad94 (patch)
tree2a73b0dedd59c17d5e41b1018b48154ed0e0d0cc /lib/Net/HTTP/Spore
parentMerge pull request #33 from chiselwright/class_load (diff)
parentFixing attribute name typo (diff)
downloadnet-http-spore-ef355cf4543bba818d2160bcd1fc9c7db891ad94.tar.gz
Merge pull request #24 from hakamadare/typo_fix
Fixing attribute name typo
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,