summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-07 11:42:49 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-07 11:42:49 -0600
commit3f70a9e78db2e1d3bae984ced3a3869eb6927312 (patch)
treee1f6dff923746e63bb4a8c57066924cc164526c9
parent57636f40564f8f0569e838c1e1bd93d8bbc7130c (diff)
downloadplack-client-3f70a9e78db2e1d3bae984ced3a3869eb6927312.tar.gz
plack-client-3f70a9e78db2e1d3bae984ced3a3869eb6927312.zip
add pod warning about possible future api changes0.01
-rw-r--r--lib/Plack/Client.pm2
1 files changed, 2 insertions, 0 deletions
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<NOTE: This is a trial release while I work out what the API should be. Use at your own risk!>
+
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