Update to 0.004

- 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
epel9
Paul Howarth 10 years ago
parent efa1701a37
commit a81978baed

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

@ -1 +1 @@
d0e614c70e3b360528fa31b14dd7dbe8 Devel-OverloadInfo-0.003.tar.gz
97a27e31858b073daba54121d57be705 Devel-OverloadInfo-0.004.tar.gz

Loading…
Cancel
Save