Here's another that's listed as mandatory, but isn't.
% perl -we '%a = (4)'
Odd number of elements in hash assignment at -e line 1.
% perl -e '%a = (4)'
I think we've been downgrading warnings without updating
their documentation.
--tom