- updated to 6.14
see /usr/share/doc/packages/perl-Devel-NYTProf/Changes
=head2 Changes in Devel::NYTProf 6.14 - 18th Oct 2023
B<There should be no significant differences in the performance of Devel-NYTProf
from that of the previous release.> This release is primarily maintenance-
focused.
More build-time warnings using recent versions of C compilers have been
eliminated, particularly with recent production releases of Perl. Thanks to
Karl Williamson for guidance on updating F<ppport.h> and using it to update
F<NYTProf.xs>.
=head2 Changes in Devel::NYTProf 6.13 - 10th Oct 2023
B<There should be no significant differences in the performance of Devel-NYTProf
from that of the previous release.> This release is primarily maintenance-
focused.
The largest difference in the distribution
is the removal of the F<nytprofpf> program (L<GH
206|https://github.com/timbunce/devel-nytprof/pull/206>). This program was
written for an open-source software competition which is no longer being held.
Other changes include:
Removal of remaining reference to Travis CI
(L<GH 202|https://github.com/timbunce/devel-nytprof/pull/202>).
Elimination of 'bad-function-cast' warnings during 'make'
(L<GH 205|https://github.com/timbunce/devel-nytprof/pull/205>).
Correction of typographic error in F<nytprofhtml> thanks to Amory Meltzer
(L<GH 210|https://github.com/timbunce/devel-nytprof/pull/210>).
Depending on Per version, skip one test file that was exercising 'given' and
'when' keywords (now deprecated)
(L<GH 211|https://github.com/timbunce/devel-nytprof/pull/211>).
Elimination of the 'register' keyword from NYTProf.xs (partial resolution of
L<GH 191|https://github.com/timbunce/devel-nytprof/issues/191>) which is
forbidden as of ISO C++17.
OBS-URL: https://build.opensuse.org/request/show/1120562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-NYTProf?expand=0&rev=35
- updated to 6.07
see /usr/share/doc/packages/perl-Devel-NYTProf/Changes
=head2 Changes in Devel::NYTProf 6.07 - 6th April 2020
Focus is to enable test suite to pass with perl-5.33.3 and higher. (Changes
in blead required changes in expectations set in test data files.)
Correction to MANIFEST
thanks to mattlaw. #142
POD improvements
thanks to tomhukins. #129
Makefile.PL modernizations
thanks to karenetheridge. #126
.gitignore corrections
thanks to jkeenan. #146
Adapt tests to work with 5.33 and higher
thanks to jkeenan. #147
OBS-URL: https://build.opensuse.org/request/show/883584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-NYTProf?expand=0&rev=26
Fixed crash on "Can't use string as a subroutine ref" error,
and probably other die-at-pp_entersub cases,
with thanks to Zefram. RT#86638
Fixed crash with libcexit=1, thanks to Zefram. RT#86548
Allow negative times in tests for systems with unstable clocks
thanks to Gisle Aas, RT#85556.
Added libcexit=1 option thanks to Zefram, RT#75912.
Added documentation for endatexit and libcexit options.
Added documentation for nytprofhtml --minimal
thanks to Mike Doherty, RT#86039.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-NYTProf?expand=0&rev=10