in reply to Re: ActiveState and 5.8.1
in thread ActiveState and 5.8.1

Case 1 - If your projects are using Test::Simple or Test::More for testing. Congratulations! You should be pretty confident to say - I can upgrade to any future Perl version I want.

True. But you may be surprised by the number of warnings your test-suite will show as it runs with "use warnings" by default in 5.8.1.

Liz