Update to 0.233

- New upstream release 0.233
  - The diagnostic about inheriting from ourselves was removed; it served no
    purpose as Perl already warns if we try to inherit in a circular way
This commit is contained in:
Paul Howarth 2015-05-26 15:09:34 +01:00
parent f3e4b8594e
commit 2e61e65c47
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-parent
Epoch: 1
Version: 0.232
Version: 0.233
Release: 1%{?dist}
Summary: Establish an ISA relationship with base classes at compile time
License: GPL+ or Artistic
@ -61,6 +61,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/parent.3*
%changelog
* Tue May 26 2015 Paul Howarth <paul@city-fan.org> - 1:0.233-1
- Update to 0.233
- The diagnostic about inheriting from ourselves was removed; it served no
purpose as Perl already warns if we try to inherit in a circular way
* Fri Mar 20 2015 Paul Howarth <paul@city-fan.org> - 1:0.232-1
- Update to 0.232
- Change line-endings in parent-pmc.t to unix EOLs so that bleadperl is happy

View File

@ -1 +1 @@
8f3da84be2318ad4a1e7ff2e60a10d68 parent-0.232.tar.gz
fb2d4803c7c2423bae9403bb1cb48384 parent-0.233.tar.gz