From a81978baed119d87c0513111a6e0c02e95cbe671 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 14 Aug 2015 14:53:57 +0100 Subject: [PATCH] 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 --- perl-Devel-OverloadInfo.spec | 8 +++++++- sources | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-Devel-OverloadInfo.spec b/perl-Devel-OverloadInfo.spec index f4cb30e..9c5ed92 100644 --- a/perl-Devel-OverloadInfo.spec +++ b/perl-Devel-OverloadInfo.spec @@ -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 - 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 - 0.003-1 - Update to 0.003 - Return an empty hash instead of undef for classes with no overloads diff --git a/sources b/sources index 069358a..2629f6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0e614c70e3b360528fa31b14dd7dbe8 Devel-OverloadInfo-0.003.tar.gz +97a27e31858b073daba54121d57be705 Devel-OverloadInfo-0.004.tar.gz