You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-DBIx-Class/there_is_no_0.73.patch

13 lines
423 B

--- Makefile.PL.orig 2007-10-18 21:24:19.780115911 -0700
+++ Makefile.PL 2007-10-18 21:57:59.878232747 -0700
@@ -23,7 +23,7 @@
requires 'Encode' => 0 if ($] <= 5.008000);
-build_requires 'DBD::SQLite' => 1.13;
-build_requires 'Test::Builder' => 0.33;
+build_requires 'DBD::SQLite' => 1.12;
+build_requires 'Test::Builder' => 0.32;
install_script 'script/dbicadmin';