diff options
author | franck cuny <franck@lumberjaph.net> | 2010-11-05 15:41:45 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-11-05 15:41:45 +0100 |
commit | 33cb473d5429b029e567e61a69c0f39187ea4bf5 (patch) | |
tree | a8a8da429c4380fddf7befb4d3b4eaea578ba46f | |
parent | remove remaining :name in path (diff) | |
download | net-http-spore-33cb473d5429b029e567e61a69c0f39187ea4bf5.tar.gz |
typo
-rw-r--r-- | t/spore-middleware/auth-oauth.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/spore-middleware/auth-oauth.t b/t/spore-middleware/auth-oauth.t index a704e24..b3f54c8 100644 --- a/t/spore-middleware/auth-oauth.t +++ b/t/spore-middleware/auth-oauth.t @@ -5,7 +5,7 @@ use Test::More; plan tests => 3; -use NET::HTTP::Spore; +use Net::HTTP::Spore; use JSON; my $api = { |