Skip to content

Commit

Permalink
CPAN version 6.14
Browse files Browse the repository at this point in the history
Increment $VERSION to 6.14 in bin and lib; correct release date.
  • Loading branch information
jkeenan committed Oct 18, 2023
1 parent 24d0dfc commit 24ee0c2
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 14 deletions.
17 changes: 14 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

History of significant changes in Devel::NYTProf

=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
Expand All @@ -21,17 +32,17 @@ 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).
(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).
(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
L<GH 191|https://github.com/timbunce/devel-nytprof/issues/191>) which is
forbidden as of ISO C++17.

=head2 Changes in Devel::NYTProf 6.12 - 16th Nov 2022
Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofcalls
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use strict;
use Devel::NYTProf::Core;
require Devel::NYTProf::Data;

our $VERSION = '6.13_003';
our $VERSION = '6.14';

use Data::Dumper;
use Getopt::Long;
Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofcsv
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Getopt::Long;

use Devel::NYTProf::Reader;

our $VERSION = '6.13_003';
our $VERSION = '6.14';

use constant NUMERIC_PRECISION => 5;

Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofhtml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ use Devel::NYTProf::Util qw(
);
use Devel::NYTProf::Constants qw(NYTP_SCi_CALLING_SUB);

our $VERSION = '6.13_003';
our $VERSION = '6.14';

if ($VERSION != $Devel::NYTProf::Core::VERSION) {
die "$0 version '$VERSION' doesn't match version '$Devel::NYTProf::Core::VERSION' of $INC{'Devel/NYTProf/Core.pm'}\n";
Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofmerge
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require Devel::NYTProf::FileHandle;
require Devel::NYTProf::Data;
use List::Util qw(min sum);

our $VERSION = '6.13_003';
our $VERSION = '6.14';

if ($VERSION != $Devel::NYTProf::Core::VERSION) {
die "$0 version '$VERSION' doesn't match version '$Devel::NYTProf::Core::VERSION' of $INC{'Devel/NYTProf/Core.pm'}\n";
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
###########################################################
package Devel::NYTProf;

our $VERSION = '6.13_003'; # also change in Devel::NYTProf::Core
our $VERSION = '6.14'; # also change in Devel::NYTProf::Core

package # hide the package from the PAUSE indexer
DB;
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/Apache.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
###########################################################
package Devel::NYTProf::Apache;

our $VERSION = '6.13_003';
our $VERSION = '6.14';

BEGIN {

Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package Devel::NYTProf::Core;

use XSLoader;

our $VERSION = '6.13_003'; # increment with XS changes too
our $VERSION = '6.14'; # increment with XS changes too

XSLoader::load('Devel::NYTProf', $VERSION);

Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/Data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ use Devel::NYTProf::FileInfo;
use Devel::NYTProf::SubInfo;
use Devel::NYTProf::Util qw( trace_level _dumper );

our $VERSION = '6.13_003';
our $VERSION = '6.14';


=head2 new
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/ReadStream.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Devel::NYTProf::ReadStream;
use warnings;
use strict;

our $VERSION = '6.13_003';
our $VERSION = '6.14';

use base 'Exporter';
our @EXPORT_OK = qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/Reader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
###########################################################
package Devel::NYTProf::Reader;

our $VERSION = '6.13_003';
our $VERSION = '6.14';

use warnings;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use Cwd qw(getcwd);
use List::Util qw(sum);
use Devel::NYTProf::Core;

our $VERSION = '6.13_003';
our $VERSION = '6.14';

our @EXPORT_OK = qw(
fmt_float
Expand Down

0 comments on commit 24ee0c2

Please sign in to comment.