On Sat Oct 18 16:11:52 2008, MSCHWERN wrote:
Show quoted text> Hi Eric,
> Could you please apply Andreas' patch and cut a new release? This will
> get Readonly::XS working again on 5.10.0.
>
> --- XS.pm 2005-12-06 07:04:00.000000000 +0100
> +++ XS.pm 2007-11-18 23:00:29.000000000 +0100
> @@ -33,7 +33,7 @@ BEGIN
> if ($MAGIC_COOKIE ne "Do NOT use or require Readonly::XS unless
> you're me.")
> {
> require Carp;
> - Carp::croak "Readonly::XS is not a standalone module. You
> should not use it directly.";
> + Carp::croak("Readonly::XS is not a standalone module. You
> should not use it directly.");
> }
> }
>
I just deduced the same fix myself on my 5.10 and it does indeed fix the
problem. Came here to find the bug and patch already in rt. Pinging as a
reminder. :)