| ... | ... | 
                  @@ -10,9 +10,15 @@ my $builder = Module::Build->new(  | 
              
| 10 | 10 | 
                       build_requires => {
                 | 
              
| 11 | 11 | 
                  'Test::More' => 0,  | 
              
| 12 | 12 | 
                  },  | 
              
| 13 | 
                  +    recommends => {
                 | 
              |
| 14 | 
                  + 'DBD::SQLite' => '1.25'  | 
              |
| 15 | 
                  + },  | 
              |
| 13 | 16 | 
                       requires => {
                 | 
              
| 14 | 17 | 
                  'Object::Simple' => 2.0702,  | 
              
| 15 | 18 | 
                  'DBI' => 1.605,  | 
              
| 19 | 
                  + 'DBI::Custom::Query' => '0.0101',  | 
              |
| 20 | 
                  + 'DBI::Custom::Result' => '0.0101',  | 
              |
| 21 | 
                  + 'DBI::Custom::SQL::Template' => '0.0101'  | 
              |
| 16 | 22 | 
                  },  | 
              
| 17 | 23 | 
                  add_to_cleanup => [ 'DBI-Custom-*' ],  | 
              
| 18 | 24 | 
                  create_makefile_pl => 'traditional',  |