perl 版本过低?

perl 版本过低?

环境FC6自带perl
perl -v
This is perl, v5.8.8 built for i386-linux-thread-multi

错误提示:
WARNING: DBIx::Class::StartupCheck: This version of Perl is likely to exhibit
extremely slow performance for certain critical operations.
Please consider recompiling Perl.  For more information, see
https://bugzilla.redhat.com/show_bug.cgi?id=196836 and/or
http://lists.scsys.co.uk/pipermail/dbix-class/2007-October/005119.html.
You can suppress this message by setting DBIC_NO_WARN_BAD_PERL=1 in your
environment.

看了下讨论 说是5.8.8-19 for -fc7修正了这个  但我怎么才能查我的perl版本是5.8.8 - ?
怎么才能找到5.8.8-19下载呢? 而且上面提示的是for fc7?fc6能用吗?
我在http://dev.perl.org/perl5/news/2006/perl-5.8.8.html 也只看到了
5.8.8的bin下  没有标明5.8.8-xx阿
这个问题 应该只是说dbi链接速度会减慢
但不影响程序编译
编译成功了 thx