The .info file in the git repository contains entries for core and version. These are also added by the backend script that creates releases, so any release of this module contains duplicate core and version entries.

Comments

rdeboer’s picture

Hi Peter,
Thanks for your report.
I *think* I understand what you're saying and am happy to clear it up.
But do the duplicates cause a problem or would this fix just be a "nice to have"?
Rik

cafuego’s picture

Hey Rik, the duplicates don't cause any Drupal problems, and I only noticed the 'core' one when I looked at the file. The duplicate version line made some scripting misbehave, but at the end of the day this is definitely a "would be nice to have" only.

rdeboer’s picture

Assigned: Unassigned » rdeboer
Status: Active » Fixed

Hi Peter,
I removed the spurious version identifier from the .info file in Git. I have left the "core = 7.x" as I don't believe we can do without it.
Rik

kscheirer’s picture

Name, Description, and Core are all required for 7.x, see https://drupal.org/node/542202.

Thanks rdeboer!

rdeboer’s picture

Status: Fixed » Closed (fixed)

Yes all done.