@ -1,5 +1,5 @@
Name: perl-Devel-OverloadInfo
Name: perl-Devel-OverloadInfo
Version: 0.003
Version: 0.004
Release: 1%{?dist}
Release: 1%{?dist}
Summary: Introspect overloaded operators
Summary: Introspect overloaded operators
License: GPL+ or Artistic
License: GPL+ or Artistic
@ -60,6 +60,12 @@ make test
%{_mandir}/man3/Devel::OverloadInfo.3*
%{_mandir}/man3/Devel::OverloadInfo.3*
%changelog
%changelog
* Fri Aug 14 2015 Paul Howarth <paul@city-fan.org> - 0.004-1
- Update to 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
* Thu Aug 13 2015 Paul Howarth <paul@city-fan.org> - 0.003-1
* Thu Aug 13 2015 Paul Howarth <paul@city-fan.org> - 0.003-1
- Update to 0.003
- Update to 0.003
- Return an empty hash instead of undef for classes with no overloads
- Return an empty hash instead of undef for classes with no overloads