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:
parent
f3e4b8594e
commit
2e61e65c47
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user