summary refs log tree commit diff
path: root/lib/Net/HTTP/Spore.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-07-26 11:37:40 +0200
committerfranck cuny <franck@lumberjaph.net>2011-07-26 13:21:03 +0200
commitd5f4e702bacccfa2e10610fa2f299a5561c4e910 (patch)
treee9afd313053f0c794b93bf25854dc77c2886913e /lib/Net/HTTP/Spore.pm
parentupdate changes (diff)
downloadnet-http-spore-d5f4e702bacccfa2e10610fa2f299a5561c4e910.tar.gz
fix broken POD
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
-rw-r--r--lib/Net/HTTP/Spore.pm3
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