This is inspired by Ruby, but could apply to Perl as well.
Situation: class with dynamic, on the fly class method definitions of the form
[:role1, :role2, :role3].each do |m|
class_eval <
This is inspired by Ruby, but could apply to Perl as well.
Situation: class with dynamic, on the fly class method definitions of the form
[:role1, :role2, :role3].each do |m|
class_eval <
Tags: stuff