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::BioStudio',
  'EXE_FILES' => [
                   'bin/BS_AddFromGFF.pl',
                   'bin/BS_AddFromGenbank.pl',
                   'bin/BS_Cartoonist.pl',
                   'bin/BS_ChromosomeAnalyzer.pl',
                   'bin/BS_ChromosomeCutter.pl',
                   'bin/BS_ChromosomeDiff.pl',
                   'bin/BS_ChromosomeSegmentationPlanner.pl',
                   'bin/BS_ChromosomeSplicer.pl',
                   'bin/BS_CodonJuggler.pl',
                   'bin/BS_FirstGBrowse.pl',
                   'bin/BS_GlobalREMarkup.pl',
                   'bin/BS_PCRTagDumper.pl',
                   'bin/BS_PCRTagger.pl',
                   'bin/BS_RepeatSmasher.pl',
                   'bin/BS_SeqChecker.pl'
                 ],
  'VERSION_FROM' => 'lib/Bio/BioStudio.pm',
  'PREREQ_PM' => {
                   'Bio::Root::Root' => 0,
                   'YAML::Tiny' => '1.5',
                   'URI::Escape' => '1.59',
                   'Bio::GeneDesign' => '5',
                   'Text::Diff' => '1.3',
                   'Test::More' => 0,
                   'Time::Format' => '1.11',
                   'Digest::MD5' => '2.51'
                 }
)
;