On Thu, 27 Dec 2001, Dave Rolsky wrote: > Are you talking about virtual/abstract methods? > Schwern has a nice solution with Class::Virtual. Or > Marcel Grunauer's Attribute::Abstract module provides an > even slicker solution (but requires 5.6).
notice my usage of Attribute::Abstract in both Serializer and Serializable :) i don't mind requiring 5.6 in the least. and i much prefer attribute syntax to import lists.
