# New Ticket Created by robert strahl # Please include the string: [perl #72220] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=72220 >
Documentation Error:
Has the effect of first doing an lc on the entire string, then performing a
s:g/(\w+)/{ucfirst $1}/ on it.
$1 should be $0
