De-couple .info check for 'core = 6.x' and dependencies[]

in
5.x-2.x-dev, Code, task, normal, patch (code needs review)

Take the following .info file:
name = Upload Permissions Per Content Typedescription = Allows you to restrict access to the upload form, per role, per content type.dependencies = upload
When running the 5.x to 6.x scan, you'll get the following:
Line 3: New syntax for .info files files requires core=6.xdependencies = upload
When you add "core = 6.x" (should have spaces between the equals sign; that's another bug) and reload, then you get:
Line 3: New syntax for .info files, use dependencies[]dependencies = upload
It'd be great to have both of those warnings the first time.