# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #59484] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59484 >
...as described in S02: <http://perlcabal.org/syn/S02.html#line_1944> Package declarations are not implemented yet, but even without them, $?PACKAGE could be useful in the following case: class A { say "This is class $?PACKAGE" }