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',