Dropping 5.5.x
Michael G Schwern
schwern at pobox.com
Tue Mar 10 23:28:31 GMT 2009
Andy Armstrong wrote:
> On 10 Mar 2009, at 08:11, Ovid wrote:
>>> Fine by me if there are no objections.
>> How much lead time should we give people? I know that there are
>> still some folks stuck in the 20th century. Might be nice to let
>> 'em know.
>
> Presumably nothing changes for them - it's not like the version of TH
> they're currently using stops working.
Off the top of my head this means our(), warnings.pm and 3 arg open are now
fair game. qr// is not as buggy. glob() is safer to use. Tied handles are
less buggy. 5.6 can reliably emulate 2>&1. And a whole slew of bug work
arounds are unnecessary.
That's my experience from Test::More and MakeMaker.
--
package Outer::Space; use Test::More tests => 9;
More information about the tapx-dev
mailing list