|
Object::Out v1.1 adds the feature of being able to write :Automethods that support chaining and accumulation (just as :Chained and :Cumulative do). To use this feature, your :Automethod returns not only a code ref, but also a string that defines the "type of code" being returned. That string is the same format as used to declare :Chained and :Cumulative methods. |