[Bps-public-commit] r13207 - Module-Versions-Report/lib/Module/Versions
ruz at bestpractical.com
ruz at bestpractical.com
Thu Jun 12 11:31:08 EDT 2008
Author: ruz
Date: Thu Jun 12 11:31:02 2008
New Revision: 13207
Modified:
Module-Versions-Report/lib/Module/Versions/Report.pm
Log:
* add comment, may be somebody will nail down problem in perl
Modified: Module-Versions-Report/lib/Module/Versions/Report.pm
==============================================================================
--- Module-Versions-Report/lib/Module/Versions/Report.pm (original)
+++ Module-Versions-Report/lib/Module/Versions/Report.pm Thu Jun 12 11:31:02 2008
@@ -127,6 +127,8 @@
$count++;
} elsif(
defined *{$this . '::ISA'} or defined &{$this . '::import'}
+# without perl version check on MacOS X's defualt perl things may seg fault
+# for example Request Tracker 3.8's make test target fails additional tests
or ($this ne '' and grep { ($] < 5.010 or ref $_ eq 'GLOB') and defined *{$_}{'CODE'} }
values %{$this . "::"})
# If it has an ISA, an import, or any subs...
More information about the Bps-public-commit
mailing list