Created
November 26, 2013 16:28
-
-
Save dagolden/7661429 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FEATURE C::T O::T C::A | |
| -------------------------------------------------------------- | |
| attributes defined via import yes yes no | |
| read/write accessors yes no yes | |
| lazy attribute defaults yes no no | |
| provides new yes yes yes | |
| provides DESTROY yes no no | |
| new takes either hashref or list yes no (list) no (hash) | |
| new validates arguments yes no no | |
| Moo(se)-like BUILD/DEMOLISH yes no no | |
| no extraneous methods via @ISA yes yes no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment