# New Ticket Created by Will Coleda # Please include the string: [perl #46971] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46971 >
This has been deprecated since before 0.4.17 and can be removed at any time. -- The C<newfrom> method in PGE is now deprecated. Use C<new> instead. To get access to the C<new> method when a Match object isn't available, use the PGE::Match protoobject (available in the C<PGE> namespace): $P0 = get_hll_global ['PGE'], 'Match' object = $P0.'new'(...) -- Will "Coke" Coleda [EMAIL PROTECTED]