Skip to content

Commit

Permalink
add space for $VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Sep 25, 2018
1 parent ef5bd87 commit c7d2e8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Bio/ASN1/EntrezGene.pm
@@ -1,4 +1,5 @@
package Bio::ASN1::EntrezGene;

use utf8;
use strict;
use warnings;
Expand Down Expand Up @@ -514,4 +515,3 @@ sub rawdata
}

1;

2 changes: 1 addition & 1 deletion lib/Bio/ASN1/EntrezGene/Indexer.pm
@@ -1,4 +1,5 @@
package Bio::ASN1::EntrezGene::Indexer;

use utf8;
use strict;
use warnings;
Expand Down Expand Up @@ -189,4 +190,3 @@ sub _file_handle {
}

1;

2 changes: 1 addition & 1 deletion lib/Bio/ASN1/Sequence.pm
@@ -1,4 +1,5 @@
package Bio::ASN1::Sequence;

use utf8;
use strict;
use warnings;
Expand Down Expand Up @@ -509,4 +510,3 @@ sub rawdata
}

1;

2 changes: 1 addition & 1 deletion lib/Bio/ASN1/Sequence/Indexer.pm
@@ -1,4 +1,5 @@
package Bio::ASN1::Sequence::Indexer;

use utf8;
use strict;
use warnings;
Expand Down Expand Up @@ -184,4 +185,3 @@ sub _file_handle {
}

1;

0 comments on commit c7d2e8d

Please sign in to comment.