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.
12 lines
367 B
12 lines
367 B
17 years ago
|
--- 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}) {
|