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


Revision r14601 from the specification:

: Log:
: get rid of pair methods; $obj ~~ :foo($bar) now simply does $obj.foo
~~  $bar
: with all other adverbial pair notations having corresponding meanings, so
: you can do things like $obj ~~ :$attr and $filehandle ~~ :!s.
: Note that these now call ordinary methods, so for good or ill Str now has
: a bunch of single-character methods like "foo".r.

These file tests are operators needs to be implemented as methods, as
well as the corresponding changes to the smart match operator.

Cheers,
Moritz

-- 
Moritz Lenz
http://perlgeek.de/ |  http://perl-6.de/ | http://sudokugarden.de/

Reply via email to