diff options
author | Brian Cassidy <bricas@cpan.org> | 2011-12-08 12:03:35 -0400 |
---|---|---|
committer | Brian Cassidy <bricas@cpan.org> | 2011-12-08 12:03:35 -0400 |
commit | 69b0ad93e0b673cb227b05bc11a064527c510cb1 (patch) | |
tree | 678a6cef19ae5ba56b4118f8000fd69823388eeb | |
parent | confess when we are unable to fetch a spec via LWP (diff) | |
download | net-http-spore-69b0ad93e0b673cb227b05bc11a064527c510cb1.tar.gz |
pod fix
-rw-r--r-- | lib/Net/HTTP/Spore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/HTTP/Spore.pm b/lib/Net/HTTP/Spore.pm index ce56c92..5c4f0c7 100644 --- a/lib/Net/HTTP/Spore.pm +++ b/lib/Net/HTTP/Spore.pm @@ -214,7 +214,7 @@ L<Net::HTTP::Spore> provides a way to trace what's going on when doing a request =head3 Enabling Trace -You can enable tracing using the environment variable B<SPORE_TRACE>. You can also enable tracing at construct time by adding B<trace =E-<GT> 1> when calling B<new_from_spec>. +You can enable tracing using the environment variable B<SPORE_TRACE>. You can also enable tracing at construct time by adding B<trace =E<gt> 1> when calling B<new_from_spec>. =head3 Trace Output |