This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to IO 1.22 from gbarr
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 6 Sep 2005 08:46:37 +0000 (08:46 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 6 Sep 2005 08:46:37 +0000 (08:46 +0000)
commit35a603864810a769960255e50b84d5fab2473ee8
treef06c95924c1b9485d8fc27409faebe5d5691e00c
parent2c394315b3f8471f6207f6e24e1758be717bbd14
Upgrade to IO 1.22 from gbarr
- Adjust the regression tests to use t/test.pl from bleadperl
  when $ENV{PERL_CORE} is defined
- Add can_ok and isa_ok to t/test.pl from the implementation
  found in the IO CPAN distribution

p4raw-id: //depot/perl@25355
23 files changed:
ext/IO/ChangeLog
ext/IO/IO.pm
ext/IO/IO.xs
ext/IO/Makefile.PL
ext/IO/README
ext/IO/lib/IO/Dir.pm
ext/IO/lib/IO/File.pm
ext/IO/lib/IO/Handle.pm
ext/IO/lib/IO/Pipe.pm
ext/IO/lib/IO/Poll.pm
ext/IO/lib/IO/Seekable.pm
ext/IO/lib/IO/Select.pm
ext/IO/lib/IO/Socket.pm
ext/IO/lib/IO/Socket/INET.pm
ext/IO/lib/IO/Socket/UNIX.pm
ext/IO/t/IO.t
ext/IO/t/io_file.t
ext/IO/t/io_linenum.t
ext/IO/t/io_pipe.t
ext/IO/t/io_sel.t
ext/IO/t/io_sock.t
ext/IO/t/io_utf8.t
t/test.pl