# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #54000] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=54000 >
The C<get_array>, C<get_hash>, and C<get_scalar> methods on various capture-like objects are deprecated in favor of C<list>, C<hash>, and C<item> methods. The older get_* versions remain for compatibility (and simply delegate to the new methods) but will be removed after the May 2008 release. Pm