Skip to content

Commit

Permalink
Updated trunk to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kgalinsky committed Oct 28, 2009
1 parent 15b5f30 commit 24f4bcc
Show file tree
Hide file tree
Showing 11 changed files with 1,484 additions and 1,011 deletions.
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Revision history for JCVI-Translator

0.5.0 Apr 2 2009
- 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
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Makefile.PL
README
lib/JCVI/Translator.pm
lib/JCVI/Translator/Utils.pm
lib/JCVI/Translator/Table.pm
lib/JCVI/Translator/Base.pm
t/00-load.t
t/boilerplate.t
t/pod-coverage.t
Expand Down
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ WriteMakefile(
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
'JCVI::DNATools' => 0,
'JCVI::AATools' => 0
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'JCVI-Translator-*' },
Expand Down
Loading

0 comments on commit 24f4bcc

Please sign in to comment.