Can somebody suggest some other read-only variable or should I just disable the test?
-- Make April 15 just another day, visit http://fairtax.org
--- Begin Message ---eval { Event->var(@p, var => \$1) }; ok $@, '/read\-only/'; This seems to indicate that something that used to be read-only has changed.This failing test is just like the test in t/op/tr.t that was changed along with the patch, to see why this happens read the http://public.activestate.com/pub/apc/perl-current/pod/perlreapi.pod starting with "Actually perl 5.10 will not I<always> croak". I'm afraid the only way to fix this is to change the tests since capture vars behave like tied variables now
--- End Message ---
