Subject: | utterly unusable due to bugs |
Two less-critical but still critical concerns first:
1. you have no tests
2. you have no install tool
If you had tests, you would realize that (a) this code will not compile
due to strict violations and (b) you forget to shift $class off of @_ in
your new method, so ->new(1,2,2009) will never do the right thing.
--
rjbs