Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Jun 10, 2015
2 parents f8cb799 + 7f98922 commit 708775f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
4 changes: 2 additions & 2 deletions MYMETA.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"unknown"
],
"dynamic_config" : 0,
"generated_by" : "ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.142690",
"generated_by" : "ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.131560",
"license" : [
"agpl_3"
],
Expand Down Expand Up @@ -44,5 +44,5 @@
}
},
"release_status" : "stable",
"version" : "v1.5.0"
"version" : "v1.5.1"
}
26 changes: 13 additions & 13 deletions MYMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ abstract: unknown
author:
- unknown
build_requires:
ExtUtils::MakeMaker: '0'
ExtUtils::MakeMaker: 0
configure_requires:
ExtUtils::MakeMaker: '0'
ExtUtils::MakeMaker: 0
dynamic_config: 0
generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.142690'
generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.131560'
license: open_source
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
version: 1.4
name: cgpCaVEManWrapper
no_index:
directory:
- t
- inc
requires:
Attribute::Abstract: '1.02'
Const::Fast: '0.014'
Devel::Cover: '1.09'
File::Which: '0.05'
List::Util: '1.38'
Pod::Coverage: '0.23'
Test::Fatal: '0.013'
Try::Tiny: '0.19'
version: v1.5.0
Attribute::Abstract: 1.02
Const::Fast: 0.014
Devel::Cover: 1.09
File::Which: 0.05
List::Util: 1.38
Pod::Coverage: 0.23
Test::Fatal: 0.013
Try::Tiny: 0.19
version: v1.5.1
Binary file modified docs.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/Sanger/CGP/Caveman.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ package Sanger::CGP::Caveman;
use strict;
use Const::Fast qw(const);

our $VERSION = '1.5.0';
our $VERSION = '1.5.1';

1;
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ else
fi
cd caveman
./setup.sh $INST_PATH
cp scripts/mergeCavemanResults $INST_PATH/bin/.
chmod a+x $INST_PATH/bin/mergeCavemanResults
touch $SETUP_DIR/caveman.success
)>>$INIT_DIR/setup.log 2>&1
fi
Expand Down

0 comments on commit 708775f

Please sign in to comment.