NAME
Mpp::Signature::xml_md5 - a signature class that ignores changes to comments and optionally whitespace
unquote
$text = unquote($quoted_text)
Removes quotes and escaping backslashes from a name. Thus if you give it as an argument \""a bc"'"'
it will return the string
"a bc"
You must already have expanded all of the make variables in the string. unquote() knows nothing about make expressions.