4062: update python testing to handle the multiple fixture object creation, similar...
[arvados.git] / sdk / perl / Makefile.PL
1 #! /usr/bin/perl
2
3 use strict;
4
5 use ExtUtils::MakeMaker;
6
7 WriteMakefile(
8     NAME            => 'Arvados',
9     VERSION_FROM    => 'lib/Arvados.pm'
10 );