diff options
Diffstat (limited to 't')
-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 = { |