If you use # to comment out lines in a .info then the first line after (it was a dependencies[] for me) is ignored.

Comments

naxoc’s picture

Are hashes valid in info files in drupal? The docs for drupal_parse_info_format() says: "Comments should start with a semi-colon at the beginning of a line."

dcrocks’s picture

Did you have something like '#something = (blank to EOL)'? Once the parser detects an '=' sign it will scan multiple lines until it hits a non-blank, and then set everything until EOL equal to '#something'.