Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fixed the perl Build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kduyvesteyn committed May 24, 2018
1 parent d55ef9e commit 27cedab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 27cedab

Please sign in to comment.