-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Args had changed for mergeCavemanResults
- Loading branch information
Showing
5 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,5 +44,5 @@ | |
} | ||
}, | ||
"release_status" : "stable", | ||
"version" : "v1.7.0" | ||
"version" : "v1.7.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ requires: | |
Pod::Coverage: '0.23' | ||
Test::Fatal: '0.013' | ||
Try::Tiny: '0.19' | ||
version: v1.7.0 | ||
version: v1.7.1 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package Sanger::CGP::Caveman; | ||
|
||
##########LICENCE########## | ||
# Copyright (c) 2014 Genome Research Ltd. | ||
# Copyright (c) 2014-2015 Genome Research Ltd. | ||
# | ||
# Author: David Jones <[email protected]> | ||
# | ||
|
@@ -26,6 +26,6 @@ package Sanger::CGP::Caveman; | |
use strict; | ||
use Const::Fast qw(const); | ||
|
||
our $VERSION = '1.7.0'; | ||
our $VERSION = '1.7.1'; | ||
|
||
1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters