- Re-diffed make tests patch for more verbosity when skipping testsepel9
parent
9814c1212a
commit
baca6795a6
@ -1,11 +0,0 @@
|
||||
--- lib/DBIx/Class/StartupCheck.pm.orig 2008-01-11 14:18:03.729504216 -0800
|
||||
+++ lib/DBIx/Class/StartupCheck.pm 2008-01-11 14:18:54.635512980 -0800
|
||||
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
sub _possibly_has_bad_overload_performance {
|
||||
- return $] < 5.008009 && ! _has_bug_34925();
|
||||
+ return $] < 5.008009 && _has_bug_34925();
|
||||
}
|
||||
|
||||
unless ($ENV{DBIC_NO_WARN_BAD_PERL}) {
|
@ -1,12 +0,0 @@
|
||||
--- 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';
|
||||
|
Loading…
Reference in new issue