Re: Test-Simple 0.77 fixage

2008-03-03 Thread Michael G Schwern
chromatic wrote: On Monday 03 March 2008 11:20:54 Michael G Schwern wrote: "Fixage" is when software fixes a bug and reveals bugs in dependent software. Test-Simple 0.77 (which includes Test::More) fixed a long standing bug by removing the annoying global $SIG{__DIE__} handler to trap test dea

Re: Test-Simple 0.77 fixage

2008-03-03 Thread chromatic
On Monday 03 March 2008 11:20:54 Michael G Schwern wrote: > "Fixage" is when software fixes a bug and reveals bugs in dependent > software. > > Test-Simple 0.77 (which includes Test::More) fixed a long standing bug by > removing the annoying global $SIG{__DIE__} handler to trap test death. Having

Test-Simple 0.77 fixage

2008-03-03 Thread Michael G Schwern
I'm coining a new term, "fixage", like "breakage". "Fixage" is when software fixes a bug and reveals bugs in dependent software. Test-Simple 0.77 (which includes Test::More) fixed a long standing bug by removing the annoying global $SIG{__DIE__} handler to trap test death. It would swallow th