Changeset 267

Show
Ignore:
Timestamp:
09/22/09 14:31:50 (2 months ago)
Author:
cholt
Message:

small changes to make maker2chado fail when no chado

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bin/maker2chado

    r253 r267  
    77 
    88use DBI; 
    9 use DBD::Pg; 
    109use Getopt::Long; 
    11 use IO::Prompt; 
    1210use File::Temp; 
    1311use vars qw($DBH $GMOD); 
     
    3129    } 
    3230} 
     31 
     32use IO::Prompt; 
     33use DBD::Pg; 
    3334 
    3435my $usage = ' 
  • perl/Install.PL

    r212 r267  
    2424chdir("$FindBin::Bin"); 
    2525unlink("DBD-SQLite-0.31/Makefile.old") if (-e "DBD-SQLite-0.31/Makefile.old"); 
    26  
    27