X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0561bd0c3c07257fd58ded6c7cfa5feeae97af57..dc021c3b57dcdebe464c148d55f9990a74e8246b:/doc/sdk/perl/index.html.textile.liquid diff --git a/doc/sdk/perl/index.html.textile.liquid b/doc/sdk/perl/index.html.textile.liquid index 4ee29c00cd..ba01352a42 100644 --- a/doc/sdk/perl/index.html.textile.liquid +++ b/doc/sdk/perl/index.html.textile.liquid @@ -12,10 +12,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0 The Perl SDK provides a generic set of wrappers so you can make API calls easily. -It should be treated as alpha/experimental. Currently, limitations include: -* Verbose syntax. -* No native Keep client. -* No CPAN package. +This is a legacy SDK. It is no longer used or maintained regularly. h3. Installation @@ -44,7 +41,7 @@ First, install dependencies from your distribution. Refer to the package lists Then run the following: -
~$ git clone https://github.com/curoverse/arvados.git
+
~$ git clone https://github.com/arvados/arvados.git
 ~$ cd arvados/sdk/perl
 ~$ perl Makefile.PL
 ~$ sudo make install