Skip to content

Commit

Permalink
Updated trunk to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kgalinsky committed Oct 28, 2009
1 parent 1b76f5b commit 3e7a1bf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
34 changes: 19 additions & 15 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
Revision history for JCVI-Translator

0.5.4 Apr 15 2009
- Put use version on same line as $VERSION declared
- Added META.yml so make dist would work

0.5.3 Apr 13 2009
- Fixed inconsistencies in the way the start codon is being stored in the
reverse translation table
- Added test for above condition
- Fixed inconsistencies in the way the start codon is being stored in the
reverse translation table
- Added test for above condition

0.5.2 Apr 13 2009
- Even more documentation in Utils
- codons/regex/find method in Utils can take "stop" for stop codons
- Even more documentation in Utils
- codons/regex/find method in Utils can take "stop" for stop codons

0.5.1 Apr 13 2009
- Better documentation in Utils
- Fixed bugs in JCVI::Translator::Utils::regex and find
- Fixed load test and added new tests
- Better documentation in Utils
- Fixed bugs in JCVI::Translator::Utils::regex and find
- Fixed load test and added new tests

0.5.0 Apr 2 2009
- Split out the table into its own package
- Split out helper translator functions into their own package
- Split out the table into its own package
- Split out helper translator functions into their own package

0.4.3 Apr 1 2009
- Enforced that functions are called using func(@mandatory, %optional)
- Enforced that functions are called using func(@mandatory, %optional)

0.4.2 Apr 1 2009
- Added find method into utils
- Added find method into utils

0.4.1 Mar 31 2009
- Minor fixes in documentation
- Use "my $self = shift->SUPER::new(@_)" in constructors
- Minor fixes in documentation
- Use "my $self = shift->SUPER::new(@_)" in constructors

0.4.0 Mar 18 2009
- Major refactor
- Major refactor
3 changes: 1 addition & 2 deletions lib/JCVI/Translator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ package JCVI::Translator;
use strict;
use warnings;

use version;
our $VERSION = qv('0.5.3');
use version; our $VERSION = qv('0.5.4');

use base qw(Class::Accessor::Fast);
__PACKAGE__->mk_accessors(qw(table base));
Expand Down

0 comments on commit 3e7a1bf

Please sign in to comment.