- New upstream release 0.004
- Document that existence of undef 'fallback' varies between perl versions
- Add tests for empty, inherited-only and no overloading
- Add is_overloaded() function
- New upstream release 0.003
- Return an empty hash instead of undef for classes with no overloads
- Work around overload inheritance corruption before 5.16 (CPAN RT#106379)
Devel::OverloadInfo returns information about overloaded operators for a
given class (or object), including where in the inheritance hierarchy the
overloads are declared and where the code implementing it is.