> Uh, you can't use -more's 1.3wip with -core's 1.2 release. In theory, you > should be able to go the other way though (1.3 core with 1.2 more) but it's > still in beta, and the backwards compatibility hasn't been fully tested yet.
Not all of More 1.2 will work with Core 1.3. Some More plugins use some private internals of Core. While the public API of Core will be compatible between 1.2 and 1.3, the private API won't be, so a few things will break. For instance, Class.Refactor in 1.2 uses method._origin to get the original function, in Core 1.3 that's method.$origin. Tim.
