summary refs log tree commit diff
path: root/lib/Net/HTTP
diff options
context:
space:
mode:
authorTim Bunce <Tim.Bunce@pobox.com>2010-11-23 13:30:57 +0000
committerTim Bunce <Tim.Bunce@pobox.com>2010-11-23 13:30:57 +0000
commitdb3585960c906395100c0233e738fbe8b4396af6 (patch)
tree087cb35ef08771b575811db98c8047d8fd8bfa4e /lib/Net/HTTP
parentAdd is_success method to Net/HTTP/Spore/Response.pm (diff)
downloadnet-http-spore-db3585960c906395100c0233e738fbe8b4396af6.tar.gz
Remove outdated spec/ files. Add github.com/SPORE/specifications link to docs.
Diffstat (limited to 'lib/Net/HTTP')
-rw-r--r--lib/Net/HTTP/Spore.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/Net/HTTP/Spore.pm b/lib/Net/HTTP/Spore.pm
index f26f3ff..520b356 100644
--- a/lib/Net/HTTP/Spore.pm
+++ b/lib/Net/HTTP/Spore.pm
@@ -170,7 +170,13 @@ sub _add_methods {
 
 =head1 DESCRIPTION
 
-This module is an implementation of the SPORE specification. To use this client, you need to use or to write a SPORE specification of an API. Some specifications are available L<http://github.com/SPORE/api-description>.
+This module is an implementation of the SPORE specification.
+
+To use this client, you need to use or to write a SPORE specification of an API.
+A description of the SPORE specification format is available at
+L<http://github.com/SPORE/specifications/blob/master/spore_description.pod>
+
+Some specifications for well-known services are available L<http://github.com/SPORE/api-description>.
 
 =head2 CLIENT CREATION