Support "arv-get {locator}/filename path/to/localdir" invocation:
[arvados.git] / sdk / perl / lib / Arvados.pm
index 18800290a7dfb908ac7a915ac5aa53b9f98288d3..8a643788b64f15ac743732deb8e9c41ea497d748 100644 (file)
@@ -33,7 +33,8 @@ Set up a client and retrieve the schema from the server.
 
 =item apiHost
 
-Hostname of API discovery service. Default: C<arvados.local>
+Hostname of API discovery service. Default: C<ARVADOS_API_HOST>
+environment variable, or C<arvados>
 
 =item apiProtocolScheme
 
@@ -67,6 +68,8 @@ use Arvados::ResourceProxy;
 use Arvados::ResourceProxyList;
 use Arvados::Request;
 
+$Arvados::VERSION = 0.1;
+
 sub new
 {
     my $class = shift;