# Note: this file was auto-generated by Module::Build::Compat version 0.4003
require 5.006001;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Bio::ORA',
          'EXE_FILES' => [
                           'scripts/or.fasta',
                           'scripts/or.hmm',
                           'scripts/or.hmm.h3f',
                           'scripts/or.hmm.h3i',
                           'scripts/or.hmm.h3m',
                           'scripts/or.hmm.h3p',
                           'scripts/or.pl'
                         ],
          'VERSION_FROM' => 'lib/Bio/ORA.pm',
          'PREREQ_PM' => {
                           'Getopt::Long' => 0,
                           'IO::File' => 0,
                           'Bio::Root::Version' => 0,
                           'Cwd' => 0
                         }
        )
;