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/fix_startup_check.patch

12 lines
367 B

--- 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}) {