«…objects that behave differently are not members of the same class»
Not necessarily:
use Monk; use Role::Tiny; … $karl = Monk->new; $bill = Monk->new; Role::Tiny->apply_roles_to_object($karl, qw(Nose)); Role::Tiny->apply_roles_to_object($bill, qw(Cuke)); …
It is safe to assume that we behave differently. Regards, Karl
«The Crux of the Biscuit is the Apostrophe»
In reply to Re^2: packages (Classes) and file names
by karlgoethebier
in thread packages (Classes) and file names
by shmem
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |