The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Bio::Translator',
  'EXE_FILES' => [
                   'bin/translate_fasta.pl'
                 ],
  'VERSION_FROM' => 'lib/Bio/Translator.pm',
  'PREREQ_PM' => {
                   'Test::More' => 0,
                   'Params::Validate' => 0,
                   'Bio::Util::AA' => '0.001000',
                   'Bio::Util::DNA' => '0.002000',
                   'Class::Accessor' => 0,
                   'List::Compare' => 0,
                   'Carp' => 0
                 }
)
;