Object-Adhoc ============ Created: 2020-01-24 Home page: Bug tracker: Maintainer: Toby Inkster (TOBYINK) 0.003 2020-03-06 [ Test Suite ] - Fix a warning in test suite. [ Other ] - Objects created using Object::Adhoc will now report Object::Adhoc's version number when $obj->VERSION is called instead of returning undef. - Objects created using Object::Adhoc will now return true for $obj->DOES('Object::Adhoc') and $obj->DOES('HASH'). - Quote method names in warning messages. - Refuse to create getter methods that would override standard methods like `can`, `isa`, and `DOES`. 0.002 2020-01-24 [ Packaging ] - Rename Object::Instant to Object::Adhoc. 0.001 2020-01-24 Initial release