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.4007
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Bio::GeneDesign',
  'EXE_FILES' => [
                   'bin/GD_Filter_Enzymes.pl',
                   'bin/GD_Generate_RSCU_Table.pl',
                   'bin/GD_Graph_Dotplot.pl',
                   'bin/GD_Graph_RSCU_Values.pl',
                   'bin/GD_Juggle_Codons.pl',
                   'bin/GD_Reverse_Translate.pl',
                   'bin/GD_Sequence_Subtraction.pl'
                 ],
  'VERSION_FROM' => 'lib/Bio/GeneDesign.pm',
  'PREREQ_PM' => {
                   'Bio::Root::Root' => 0,
                   'Math::Combinatorics' => '0.09',
                   'Exception::Class' => 0,
                   'List::Util' => '1.22',
                   'Test::More' => '0.8',
                   'Text::Wrap' => '2009.0305',
                   'Test::Deep' => '0.1'
                 }
)
;