# New Ticket Created by  dakkar 
# Please include the string:  [perl #126006]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126006 >


This code::

  my $f = '/tmp/thing'.IO;
  $f.spurt('something');
  say $f.e;

prints ``False``, although the file is actually there.

The simplest fix I could think of is
https://github.com/dakkar/rakudo/commit/ccc19ed95b2483ce816aecbaff6563ac1027ae91
but I'm not sure where / how to add a test for it.

-- 
        Dakkar - <Mobilis in mobile>
        GPG public key fingerprint = A071 E618 DD2C 5901 9574
                                     6FE2 40EA 9883 7519 3F88
                            key id = 0x75193F88

Breadth-first search is the bulldozer of science.
                -- Randy Goebel

Attachment: signature.asc
Description: PGP signature

Reply via email to