Subject: | documentation error / |
The documentation mentions conversion to "all lowercase" in at least one
place:
attr ATTR,[VALUE]
Instance method. Set MIME attribute ATTR to the string VALUE. ATTR
is converted to all-lowercase.
The conversion as described does not take place, not even in the example
following the attr() method documentation!
As far as I can tell, there is no way to specify a header field that
does *not* start with upper case using MIME::Lite. This is a serious
limitation.