File Coverage

lib/Sanger/CGP/Vagrent.pm
Criterion Covered Total %
branch n/a
subroutine 3 3 100.0
pod n/a
total 3 3 100.0


line bran sub pod code
1       package Sanger::CGP::Vagrent;
2        
3       ##########LICENCE##########
4       # Copyright (c) 2014-2018 Genome Research Ltd.
5       #
6       # Author: CASM/Cancer IT - cgphelp@sanger.ac.uk
7       #
8       # This file is part of VAGrENT.
9       #
10       # VAGrENT is free software: you can redistribute it and/or modify it under
11       # the terms of the GNU Affero General Public License as published by the Free
12       # Software Foundation; either version 3 of the License, or (at your option) any
13       # later version.
14       #
15       # This program is distributed in the hope that it will be useful, but WITHOUT
16       # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
17       # FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
18       # details.
19       #
20       # You should have received a copy of the GNU Affero General Public License
21       # along with this program. If not, see <http://www.gnu.org/licenses/>.
22       ##########LICENCE##########
23        
24        
25   4   use strict;
26   4   use Const::Fast qw(const);
27        
28   4   use base 'Exporter';
29       our $VERSION = '3.3.0';
30       our @EXPORT = qw($VERSION);
31        
32       1;