Hello,
I have created own module and enabled it using "drush mm enable mymodule" and it was succesfully enabled even I forgot "core = 6.x" line in my .info file.

Comments

clemens.tolboom’s picture

Good point ... drush_mm is just scanning for available .info files

Not sure where this check is done normally within drupal. Is it within the admin/build/modules form?

meba’s picture

I think both form and submit

clemens.tolboom’s picture

Status: Active » Closed (won't fix)

When using drush dl module_x this will not happen.

I'm not sure how to solve this without a major rewrite of code for grabbing the module info tree.

Feel free to reopen the issue when you think this should and could be fixed. But then with a patch ;)