In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f4d81e25a0ea2bbd1ec961e01cd4472d1a72203f?hp=c47992b404786dcb8752239045e21cbcd7e3d103>
- Log ----------------------------------------------------------------- commit f4d81e25a0ea2bbd1ec961e01cd4472d1a72203f Author: Karl Williamson <[email protected]> Date: Sun Dec 11 07:39:33 2016 -0700 io/perlio.t: Un-TODO now passing test This was fixed by c47992b404786dcb8752239045e21cbcd7e3d103. ----------------------------------------------------------------------- Summary of changes: t/io/perlio.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/io/perlio.t b/t/io/perlio.t index 91652abe56..187cd273e7 100644 --- a/t/io/perlio.t +++ b/t/io/perlio.t @@ -189,7 +189,7 @@ SKIP: { } - { local $TODO = 'fails well back into 5.8.x'; + { sub read_fh_and_return_final_rv { -- Perl5 Master Repository
