]> Dogcows Code - chaz/p5-HTTP-AnyUA/blobdiff - lib/HTTP/AnyUA/Backend.pm
fix documentation errors
[chaz/p5-HTTP-AnyUA] / lib / HTTP / AnyUA / Backend.pm
index 26ccb2ded35cc8d9a1729df90fbc7809c858f78d..169a5cf3559b2f68239a65cd9329b8445c1aefd9 100644 (file)
@@ -23,7 +23,9 @@ package HTTP::AnyUA::Backend;
         return $resp;
     }
 
-    ### Non-blocking user agents return responses as Future objects:
+    ### Non-blocking user agents are expected to return Future objects:
+
+    use Future;
 
     sub response_is_future { 1 }
 
@@ -69,8 +71,8 @@ return value to and from its L<request|HTTP::Tiny/request> method.
 =head1 SEE ALSO
 
 =for :list
-* L<HTTP::AnyUA/REQUEST>  - Explanation of the request arguments
-* L<HTTP::AnyUA/RESPONSE> - Explanation of the response
+* L<HTTP::AnyUA/The Request>  - Explanation of the request arguments
+* L<HTTP::AnyUA/The Response> - Explanation of the response
 
 =cut
 
This page took 0.017328 seconds and 4 git commands to generate.