please try svn version...
There are many changes on svn, it's undocumented yet...
I will give you fast overview, so you can modify your own modules:
- no init files, requires method moved to Install class
- Install class shoud extend ModuleInstall
- methods like install, uninstall, requires are not static anymore
- you can use there ModulePrimitive methods (see include/module_primitive.php)
- Common is singleton and should extend ModuleCommon, you can get instance with self::Instance() method, you can use ModulePrimitive methods.
- module creator will give you valid module example.
Cheers
Paul