Update Perl install documentation.
authorTim Pierce <twp@curoverse.com>
Fri, 28 Feb 2014 21:18:05 +0000 (16:18 -0500)
committerTim Pierce <twp@curoverse.com>
Fri, 28 Feb 2014 21:18:05 +0000 (16:18 -0500)
doc/install/client.html.textile.liquid

index f8d864af45804ba94fb9372db33d2af70e087f26..1e5151dbcf5165e1485c519f2d75d223a78e420c 100644 (file)
@@ -34,3 +34,17 @@ The arvados package includes the Ruby client library module. The arvados-cli pac
 {% include 'notebox_end' %}
 
 notextile. <pre><code>$ <span class="userinput">sudo gem install arvados arvados-cli</span></code></pre>
+
+h3. Perl
+
+{% include 'notebox_begin' %}
+The Perl client library includes the @Arvados.pm@ module and submodules.
+{% include 'notebox_end' %}
+
+<notextile>
+<pre><code>$ <span class="userinput">cd arvados/sdk/perl</span>
+$ <span class="userinput">perl Makefile.PL</span>
+$ <span class="userinput">sudo make install</span>
+</code></pre>
+</notextile>
+