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


Hi,

The ":method" flag is used to indicate that a sub is a method. Currently,
IMCC allows the bareword "method" to have the same meaning;

instead of writing:

.sub foo :method
...
.end

you can write:

.sub foo method
...
.end

In imcc.l there's a comment saying:

/* old compat cruft -
                                  the canonical colon names are below */


I propose to remove the bareword method to be recognized as ":method".

kjs

Reply via email to