Re: [perl #57972] Implement eqv and === operators

2008-08-18 Thread Moritz Lenz
[EMAIL PROTECTED] (via RT) wrote: Implement eqv and === operators infix:=== is already implemented, and from a few quick tests it seems to work. -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/

Re: [perl #57972] Implement eqv and === operators

2008-08-18 Thread Jonathan Worthington
Moritz Lenz wrote: [EMAIL PROTECTED] (via RT) wrote: Implement eqv and === operators infix:=== is already implemented, and from a few quick tests it seems to work. It's nearly there, but there are some value types without a .WHICH implemented. These include List and Junction. So