# New Ticket Created by [email protected]
# Please include the string: [perl #75834]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75834 >
This (reduced from HTTP::Daemon) used to work in alpha:
class HTTP::Request {
has Str $.method is rw;
}
...
return HTTP::Request.new( method => 'GET' );
but in master the word 'method' fails. Renaming is a workaround. Masak++
said it seems related to #75694.
I would edit that ticket, but RT does not accept my bitcard login today.
Discussed at http://irclog.perlgeek.de/perl6/2010-06-13#i_2432762