Thread

Posted on Tue Mar 1 00:19:40 2005 by tkc
use 5.008

Hi David,

Is there a specific reason that Class::Meta requires perl 5.8? I have a system on 5.6.1 and I cannot upgrade it. I've simply removed the "use 5.008" line from Meta.pm and all seems well, but I'm waiting for some unexpected bug to pop up soon.

Thanks, Tim
Direct Responses: 191 | Write a response
Posted on Wed Mar 9 04:00:00 2005 by theory in response to 166
Re: use 5.008
Guess not. I can change it. Will do so for the next release.
Direct Responses: 193 | Write a response
Posted on Wed Mar 9 20:30:48 2005 by theory in response to 191
Re: use 5.008

I've just released Class::Meta 0.46. It now requires Perl 5.6.1 instead of Perl 5.8.0. I had to disable some tests for 5.6, though, because Carp doesn't support @CARP_NOT in perl 5.6. Everything should work fine, though. All tests passed for me. Perl 5.6.0 seems to be right out, though.

Enjoy,

Theory

Write a response