When deadwood generates code for the .info file it doesn't create a return carriage on the line before core = 6.x which causes it to run on with the line previously and not install correctly. Add in a /n or something of the like and this should go away, works fine when I add in a return to my .info files.

Love the module, just converted a simple one in about 5 minutes.

Comments

solotandem’s picture

Assigned: Unassigned » solotandem

Thanks for trying the module and your feedback.

By any chance did your .info file end at the end of the last line and not have a carriage return to a new blank line?

My experience is that the the core = 6.x appears on a new line, but the file has a blank line at end.

btopro’s picture

Yeah, had no blank space at the end of the file. Just thought it wouldn't be a safe assumption to convert files thinking it's there since it isn't always.

solotandem’s picture

Status: Active » Fixed

This is fixed in the current CVS snapshot (see http://drupal.org/cvs?commit=133282) and will be in the development release when the latter is refreshed later today.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.