Changeset 10033

Show
Ignore:
Timestamp:
01/01/10 20:18:41 (8 months ago)
Author:
adamk
Message:

Updating the dependencies on ORLite and DBD::SQLite to try and detect Padre::DB-related errors that were actually cased by ORLite failing to throw an error when the padre.db file is corrupt.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/Makefile.PL

    r9920 r10033  
    6363requires 'Cwd'                   => '3.2701'; 
    6464requires 'Data::Dumper'          => 0; 
    65 requires 'DBD::SQLite'           => '1.10'; 
     65requires 'DBD::SQLite'           => '1.27'; 
    6666requires 'DBI'                   => '1.58'; 
    6767requires 'Debug::Client'         => '0.11'; 
     
    102102requires 'Module::Refresh' => '0.13'; 
    103103requires 'Module::Starter' => '1.50'; 
    104 requires 'ORLite'          => '1.20'; 
     104requires 'ORLite'          => '1.30'; 
    105105requires 'ORLite::Migrate' => '0.03'; 
    106106