summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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