NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Parameterized Classes and Types (Score:1)
Is the check for the type actually an
isa()check or is it adoes()check? I think it should be the latter, but I don't know if you're that far in the code yet or if anyone's banged his shoe on the desk and said "Allomorphism matters!"*bang* *bang*
Reply to This
Re:Parameterized Classes and Types (Score:1)
Ouch! stop hitting me with the shoe!
Actually that check really should be (and eventually will be) a
- Stevandoes(), however at the time of that writing Roles were not yet complete enough to be used in that manner.