diff options
author | franck cuny <franck@lumberjaph.net> | 2011-07-22 16:42:53 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2011-07-26 13:21:03 +0200 |
commit | dc4afccf46fc090c978455caffbcdb89f75bb877 (patch) | |
tree | 46464be251a4d348eae745ece3072fe0fffcfd74 | |
parent | add new middleware: DoNotTrack (diff) | |
download | net-http-spore-dc4afccf46fc090c978455caffbcdb89f75bb877.tar.gz |
remove Try::Tiny and YAML::Syck from test
Signed-off-by: franck cuny <franck@lumberjaph.net>
-rw-r--r-- | t/spore-middleware/auth-oauth.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/spore-middleware/auth-oauth.t b/t/spore-middleware/auth-oauth.t index 4564eba..b982bc8 100644 --- a/t/spore-middleware/auth-oauth.t +++ b/t/spore-middleware/auth-oauth.t @@ -3,9 +3,6 @@ use warnings; use URI::Escape; use Test::More; -use Try::Tiny; -use YAML::Syck; - use Net::HTTP::Spore; use JSON; |