X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f675fb2c202516021b961b5aa2de4528ba9f0d1f..d3efc21c6aa0f31988b2e7936f24e6f1941791e7:/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 407008d1f7..ba01352a42 100644 --- a/doc/sdk/perl/index.html.textile.liquid +++ b/doc/sdk/perl/index.html.textile.liquid @@ -4,13 +4,15 @@ navsection: sdk navmenu: Perl title: "Installation" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} 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 @@ -39,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