2020-02-12 07:11:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 8 03:16:34 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 0.238
|
|
|
|
see /usr/share/doc/packages/perl-parent/Changes
|
|
|
|
|
|
|
|
0.238 2020-02-07
|
|
|
|
. Move the prerequisite Test::More from being a runtime prerequisite
|
|
|
|
to a test time / build time prerequisite (PR #11, by Haarg)
|
|
|
|
|
2018-07-16 06:46:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 7 06:19:11 UTC 2018 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.237
|
|
|
|
see /usr/share/doc/packages/perl-parent/Changes
|
|
|
|
|
2016-10-10 06:36:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 10 06:19:42 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.236
|
|
|
|
see /usr/share/doc/packages/perl-parent/Changes
|
|
|
|
|
|
|
|
0.236 20161009
|
|
|
|
. Disable benchmark test rt62341.t as it runs out of memory on
|
|
|
|
many smoker systems; closes RT #118310
|
|
|
|
. No code changes, no need to upgrade
|
|
|
|
|
|
|
|
0.235 20161009
|
|
|
|
. Add Travis test configuration (contributed by James McCoy)
|
|
|
|
. Make test for PMC availability more reliable (contibuted by E. Choroba)
|
|
|
|
. No code changes, no need to upgrade
|
|
|
|
|
2015-06-09 07:46:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 7 09:15:50 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.234
|
|
|
|
see /usr/share/doc/packages/perl-parent/Changes
|
|
|
|
|
|
|
|
0.234 20150527
|
|
|
|
. Fix the test for PMC loading to work on versions on Perl that don't
|
|
|
|
have Config::non_bincompat_options (HAARG). Fixes RT#102626 .
|
|
|
|
|
|
|
|
0.233 20150525
|
|
|
|
! The diagnostic about inheriting from ourselves was removed.
|
|
|
|
It served no own purpose as Perl already warns if we try to
|
|
|
|
inherit in a circular way.
|
|
|
|
|
2015-04-15 09:21:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 14 19:35:23 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.232
|
|
|
|
see /usr/share/doc/packages/perl-parent/Changes
|
|
|
|
|
|
|
|
0.232 20150319
|
|
|
|
. Change line-endings in parent-pmc.t to unix EOLs so that bleadperl
|
|
|
|
is happy
|
|
|
|
. No code changes, no need to upgrade
|
|
|
|
|
|
|
|
0.231 20150309
|
|
|
|
. Really restore test compatibility where Perl does not provide
|
|
|
|
&Config::non_bincompat_options. This affected Perl
|
|
|
|
versions < 5.14 (RT #102626, patch by Matthew Horsfall)
|
|
|
|
. No code changes, no need to upgrade
|
|
|
|
|
|
|
|
0.230 20150309
|
|
|
|
. Restore test compatibility where Perl does not provide
|
|
|
|
&Config::non_bincompat_options. This affected Perl
|
|
|
|
versions < 5.14 (RT #102626)
|
|
|
|
. No code changes, no need to upgrade
|
|
|
|
|
|
|
|
0.229 20150307
|
|
|
|
. Add link to (Github) repository
|
|
|
|
Thanks to Neil Bowers for the idea
|
|
|
|
. Guard tests against PERL_DISABLE_PMC
|
|
|
|
Contributed by Bulk88
|
|
|
|
. No code changes, no need to upgrade
|
|
|
|
|
|
|
|
0.228 20130917
|
|
|
|
. Fix RT #88450, install into site/ for 5.12+
|
|
|
|
Thanks to haarg for the report
|
|
|
|
|
|
|
|
0.227 20130901
|
|
|
|
. Fix RT #88320, restore tests passing for 5.17.5+
|
|
|
|
Thanks to Zefram for the report and contributing the fix
|
|
|
|
|
|
|
|
0.226 20130729
|
|
|
|
. Fix RT #86890, restore tests passing for 5.18+
|
|
|
|
Thanks to Petr Pisar for the report
|
|
|
|
|
2011-07-14 09:51:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 14 09:43:58 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- updated to 0.225
|
|
|
|
. Applied a docpatch by Robin Barker to fix the documentation
|
|
|
|
about the warning of inheriting from yourself.
|
|
|
|
Fixes RT #66459
|
|
|
|
|
|
|
|
. Change assignment @ISA = (@ISA, 'new::class')
|
|
|
|
to use push @ISA, 'new::class'
|
|
|
|
This should make class creation faster from 5.10 onwards
|
|
|
|
and reverts a change made in 2.14. If this is critically slow for you
|
|
|
|
and you can't upgrade your version of Perl, use the old way.
|
|
|
|
|
2010-12-01 13:52:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:34:20 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-08-09 13:01:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 9 12:53:53 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- initial package 0.223
|
|
|
|
* created by cpanspec 1.78
|
|
|
|
|