File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use Bio::ToolBox::db_helper qw(
1515use Bio::ToolBox::utility qw( simplify_dataset_name sane_chromo_sort) ;
1616use Module::Load;
1717
18- our $VERSION = ' 2.01 ' ;
18+ our $VERSION = ' 2.02 ' ;
1919
2020# ## Initialize
2121
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ use Bio::ToolBox::db_helper qw(
1414) ;
1515use Bio::ToolBox::db_helper::constants;
1616
17- our $VERSION = ' 2.00 ' ;
17+ our $VERSION = ' 2.02 ' ;
1818
1919my $GENETOOL_LOADED = 0;
2020
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
55use Carp;
66use Bio::ToolBox::Data::Feature;
77
8- our $VERSION = ' 2.00 ' ;
8+ our $VERSION = ' 2.02 ' ;
99
1010sub new {
1111 my ( $class , $data ) = @_ ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use Bio::ToolBox::db_helper qw(
1212) ;
1313use Module::Load;
1414
15- our $VERSION = ' 2.00 ' ;
15+ our $VERSION = ' 2.02 ' ;
1616
1717# ### Initialization and verification ###############################################
1818
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
55use Carp qw( carp cluck croak confess) ;
66require Exporter;
77
8- our $VERSION = ' 2.00 ' ;
8+ our $VERSION = ' 2.02 ' ;
99
1010# ## Export
1111our @ISA = qw( Exporter) ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use base 'Bio::ToolBox::Parser';
77use Bio::ToolBox::Data;
88use Module::Load;
99
10- our $VERSION = ' 2.00 ' ;
10+ our $VERSION = ' 2.02 ' ;
1111
1212sub new {
1313 my $class = shift ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use Carp qw(carp cluck croak confess);
66use base ' Bio::ToolBox::Parser' ;
77use Bio::ToolBox::Data;
88
9- our $VERSION = ' 2.01 ' ;
9+ our $VERSION = ' 2.02 ' ;
1010
1111my %TYPECOUNTS = ();
1212
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use base 'Bio::ToolBox::Parser';
77use Bio::ToolBox::Data;
88use Bio::ToolBox::Parser::ucsc::builder;
99
10- our $VERSION = ' 2.00 ' ;
10+ our $VERSION = ' 2.02 ' ;
1111
1212sub new {
1313 my $class = shift ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use Bio::ToolBox::utility qw(
1616) ;
1717require Exporter;
1818
19- our $VERSION = ' 2.00 ' ;
19+ our $VERSION = ' 2.02 ' ;
2020
2121# check values for dynamically loaded helper modules
2222# these are loaded only when needed during runtime to avoid wasting resources
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use Carp;
66use Bio::ToolBox::db_helper::constants;
77require Exporter;
88
9- our $VERSION = ' 2.00 ' ;
9+ our $VERSION = ' 2.02 ' ;
1010
1111# Exported names
1212our @ISA = qw( Exporter) ;
You can’t perform that action at this time.
0 commit comments