From: Dave Rolsky Date: Fri, 14 Nov 2008 22:11:13 +0000 (+0000) Subject: s/bus error/segfault/ X-Git-Tag: 0.70~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b1760fccbc53a52350eb191794da59b139f0d45;p=gitmo%2FClass-MOP.git s/bus error/segfault/ --- diff --git a/Changes b/Changes index 24057c5..a4e34d6 100644 --- a/Changes +++ b/Changes @@ -3,7 +3,7 @@ Revision history for Perl extension Class-MOP. 0.70 Fri, November 14, 2008 * Class::MOP - Fixed an odd corner case where the XS version of - get_all_package_symbols could cause a bus error. This only + get_all_package_symbols could cause a segfault. This only happened with inlined constants in Perl 5.10.0 (Florian Ragwitz)