Hi,

Just as a curiosity, why the following syntax works:

has $_ => (is => 'rw', isa => 'Str') for 'a' .. 'zz';

but the following one doesn't:

has $_ => (is => 'rw', isa => 'Str') for 'a' .. 'zzz';

Is the number of attributes that can be defined limited?

Thanks.

Octavian

Reply via email to