Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
--------------
0.004 2015-08-13 17:35:32+01:00 Europe/London
- Document that existence of undef 'fallback' varies between perl versions
- Add tests for empty, inherited-only and no overloading
- Add is_overloaded() function
----------------
0.003 2015-08-12 19:35:45+01:00 Europe/London
- Return an empty hash instead of undef for classes with no overloads
- Work around overload inheritance corruption before 5.16 (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.