From 27cedab5db3ac775bd6e167f0531fc01eb45fee5 Mon Sep 17 00:00:00 2001 From: Korneel Duyvesteyn Date: Thu, 24 May 2018 11:44:19 +0200 Subject: [PATCH] Fixed the perl Build script --- .travis.yml | 1 - Build.PL | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c0812f..7918a48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ perl: env: global: - SAMTOOLS_VERSION=1.2 - - SHELLCHECK_VERSION=v0.4.7 before_install: - git clone --branch $SAMTOOLS_VERSION --depth 1 https://github.com/samtools/samtools.git diff --git a/Build.PL b/Build.PL index 9ea499c..9fca16e 100755 --- a/Build.PL +++ b/Build.PL @@ -2,12 +2,13 @@ use strict; use warnings; - use Module::Build; my $build = Module::Build->new( module_name => 'HMF::Pipeline', license => 'mit', + dist_author => 'HMF', + dist_abstract => 'HMF pipeline', requires => { 'perl' => '5.16.0', 'strictures' => '2.0',