On Apr 21, 2007, at 5:22 PM, Geoffrey Leach wrote:

I have a module that has "use 5.008" because its never been tested (by me) on earlier versions. Not supprisingly it failed automatic testing on earlier versions on submission to CPAN. I'd like to fix this, but not so much that Im going to load up earlier versions.

Are there test systems available to facilitate this sort of thing?

Yeah, and they're already trying to test it for you. =) Just take the "use 5.008" out of the code and see what happens, it may well work, and if it doesn't, the error message is likely to be more informative than it is now.

 -Ken

Reply via email to