summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-13 14:41:16 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-13 14:41:16 -0600
commit20174fe7d811ade45febe9995d348c6ae7276fca (patch)
tree534bbca3edb90bdb0893d6fec88b5a02fb8d7807
parent948dff1c107da4875372abdb5df48b2355beb3ef (diff)
downloadplack-client-20174fe7d811ade45febe9995d348c6ae7276fca.tar.gz
plack-client-20174fe7d811ade45febe9995d348c6ae7276fca.zip
whoops, forgot to remove this warning
-rw-r--r--lib/Plack/Client.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Plack/Client.pm b/lib/Plack/Client.pm
index 1ed096a..1f80aae 100644
--- a/lib/Plack/Client.pm
+++ b/lib/Plack/Client.pm
@@ -27,8 +27,6 @@ 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