Graham Barr wrote:
> I have made a new IO release with files from the repository. I did  
> need to make some change so that it would compile with 5.6.1

Thanks, I applied it as such :

Change 25355 on 2005/09/06 by [EMAIL PROTECTED]

        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

The adjustments I made to the tests IO.t, io_file.t and io_utf8.t
is to modify the initial require like this :

     require($ENV{PERL_CORE} ? "./test.pl" : "./t/test.pl")

Reply via email to