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


This::

   '/tmp'.IO eqv '/tmp'.IO

returns ``False``.

Is this correct? Should IO behave like value objects?

Possible problems:

- two IO referring to non-existent paths: should they compare like
  their string representation? or always be different? or what?
- ``/tmp`` and ``/tmp/``: should they compare as equal? should we
  ``.resolve`` them before comparing?

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

Every journalist has a novel in him, which is an excellent place for it.

Reply via email to