Subject: | Warning when installing (and using!) |
This is a Fedora Core 10 with perl 5.10; when installing it shows this:
--
t/00-use.t ........... 1/2 untie attempted while 2 inner references
still exist at /root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm
line 254.
t/00-use.t ........... ok
t/01-open.t .......... 1/13 untie attempted while 2 inner references
still exist at /root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm
line 254.
t/01-open.t .......... ok
t/02-read.t .......... 1/31 untie attempted while 2 inner references
still exist at /root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm
line 254.
t/02-read.t .......... ok
t/03-write.t ......... 1/9 untie attempted while 2 inner references
still exist at /root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm
line 254.
t/03-write.t ......... ok
t/04-append.t ........ 6/8 untie attempted while 2 inner references
still exist at /root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm
line 254.
t/04-append.t ........ ok
t/05-new.t ........... 1/7 untie attempted while 2 inner references
still exist at /root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm
line 254.
untie attempted while 2 inner references still exist at
/root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm line 254.
untie attempted while 2 inner references still exist at
/root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm line 254.
t/05-new.t ........... ok
t/06-read-beyond.t ... 1/8 untie attempted while 2 inner references
still exist at /root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm
line 254.
t/06-read-beyond.t ... ok
t/07-write-beyond.t .. 1/7 untie attempted while 2 inner references
still exist at /root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm
line 254.
t/07-write-beyond.t .. ok
t/08-autoterm.t ...... 1/4 untie attempted while 2 inner references
still exist at /root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm
line 254.
untie attempted while 2 inner references still exist at
/root/.cpan/build/IO-YAML-0.07-xT7MOz/blib/lib/IO/YAML.pm line 254.
--
It also shows the same error when closing a simple stream.
Cheers
JJ