From 3f70a9e78db2e1d3bae984ced3a3869eb6927312 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 7 Jan 2011 11:42:49 -0600 Subject: add pod warning about possible future api changes --- lib/Plack/Client.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Plack/Client.pm b/lib/Plack/Client.pm index 5fe6d2f..118e818 100644 --- a/lib/Plack/Client.pm +++ b/lib/Plack/Client.pm @@ -23,6 +23,8 @@ use Scalar::Util qw(blessed reftype); =head1 DESCRIPTION +B + A common task required in more complicated web applications is communicating with various web services for different tasks. These web services may be spread among a number of different servers, but some of them may be on the local -- cgit v1.2.3-54-g00ecf