Showing 1 changed files with 3 additions and 3 deletions
+3 -3
Build.PL
... ...
@@ -16,9 +16,9 @@ my $builder = Module::Build->new(
16 16
     requires => {
17 17
         'Object::Simple' => 2.0702,
18 18
         'DBI'            => 1.605,
19
-        'DBI::Custom::Query' => '0.0101',
20
-        'DBI::Custom::Result' => '0.0101',
21
-        'DBI::Custom::SQL::Template' => '0.0101'
19
+        'DBI::Custom::Query' => 0.0101,
20
+        'DBI::Custom::Result' => 0.0101,
21
+        'DBI::Custom::SQL::Template' => 0.0101
22 22
     },
23 23
     add_to_cleanup      => [ 'DBI-Custom-*' ],
24 24
     create_makefile_pl => 'traditional',