diff options
author | franck cuny <franck@lumberjaph.net> | 2011-07-26 11:37:40 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2011-07-26 13:21:03 +0200 |
commit | d5f4e702bacccfa2e10610fa2f299a5561c4e910 (patch) | |
tree | e9afd313053f0c794b93bf25854dc77c2886913e | |
parent | update changes (diff) | |
download | net-http-spore-d5f4e702bacccfa2e10610fa2f299a5561c4e910.tar.gz |
fix broken POD
Signed-off-by: franck cuny <franck@lumberjaph.net>
-rw-r--r-- | lib/Net/HTTP/Spore.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Net/HTTP/Spore.pm b/lib/Net/HTTP/Spore.pm index 7bbd612..87454c9 100644 --- a/lib/Net/HTTP/Spore.pm +++ b/lib/Net/HTTP/Spore.pm @@ -207,6 +207,8 @@ either be a file on disk or a remote URL. Create and return a L<Net::HTTP::Spore::Core> object, with methods generated from the specification string. +=back + =head2 TRACING L<Net::HTTP::Spore> provides a way to trace what's going on when doing a request. @@ -225,4 +227,3 @@ or ->new_from_spec('spec.json', trace => '1=log.txt'); -=back |