From 1941fd484cae84dfa37da68e52e576ef193f045a Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Sun, 9 May 2021 17:05:17 +0000 Subject: [PATCH] Increment $VERSION --- bin/nytprofcalls | 2 +- bin/nytprofcsv | 2 +- bin/nytprofhtml | 2 +- bin/nytprofmerge | 2 +- bin/nytprofpf | 2 +- lib/Devel/NYTProf.pm | 2 +- lib/Devel/NYTProf/Apache.pm | 2 +- lib/Devel/NYTProf/Core.pm | 2 +- lib/Devel/NYTProf/Data.pm | 2 +- lib/Devel/NYTProf/ReadStream.pm | 2 +- lib/Devel/NYTProf/Reader.pm | 2 +- lib/Devel/NYTProf/Util.pm | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bin/nytprofcalls b/bin/nytprofcalls index 7c023798..22aa897b 100755 --- a/bin/nytprofcalls +++ b/bin/nytprofcalls @@ -14,7 +14,7 @@ use strict; use Devel::NYTProf::Core; require Devel::NYTProf::Data; -our $VERSION = '6.09'; +our $VERSION = '6.10'; use Data::Dumper; use Getopt::Long; diff --git a/bin/nytprofcsv b/bin/nytprofcsv index f2203f56..2ea9b65d 100755 --- a/bin/nytprofcsv +++ b/bin/nytprofcsv @@ -16,7 +16,7 @@ use Getopt::Long; use Devel::NYTProf::Reader; -our $VERSION = '6.09'; +our $VERSION = '6.10'; use constant NUMERIC_PRECISION => 5; diff --git a/bin/nytprofhtml b/bin/nytprofhtml index 6fcba95d..202cb520 100755 --- a/bin/nytprofhtml +++ b/bin/nytprofhtml @@ -61,7 +61,7 @@ use Devel::NYTProf::Util qw( ); use Devel::NYTProf::Constants qw(NYTP_SCi_CALLING_SUB); -our $VERSION = '6.09'; +our $VERSION = '6.10'; 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"; diff --git a/bin/nytprofmerge b/bin/nytprofmerge index e91e30e2..3a726a75 100755 --- a/bin/nytprofmerge +++ b/bin/nytprofmerge @@ -16,7 +16,7 @@ require Devel::NYTProf::FileHandle; require Devel::NYTProf::Data; use List::Util qw(min sum); -our $VERSION = '6.09'; +our $VERSION = '6.10'; 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"; diff --git a/bin/nytprofpf b/bin/nytprofpf index ffdb17e5..f2658d18 100755 --- a/bin/nytprofpf +++ b/bin/nytprofpf @@ -54,7 +54,7 @@ use Devel::NYTProf::Util qw( ); use Devel::NYTProf::Constants qw(NYTP_SCi_CALLING_SUB); -our $VERSION = '6.09'; +our $VERSION = '6.10'; 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"; diff --git a/lib/Devel/NYTProf.pm b/lib/Devel/NYTProf.pm index 348cff63..be697dc0 100644 --- a/lib/Devel/NYTProf.pm +++ b/lib/Devel/NYTProf.pm @@ -9,7 +9,7 @@ ########################################################### package Devel::NYTProf; -our $VERSION = '6.09'; # also change in Devel::NYTProf::Core +our $VERSION = '6.10'; # also change in Devel::NYTProf::Core package # hide the package from the PAUSE indexer DB; diff --git a/lib/Devel/NYTProf/Apache.pm b/lib/Devel/NYTProf/Apache.pm index 654274cd..a704d327 100644 --- a/lib/Devel/NYTProf/Apache.pm +++ b/lib/Devel/NYTProf/Apache.pm @@ -9,7 +9,7 @@ ########################################################### package Devel::NYTProf::Apache; -our $VERSION = '6.09'; +our $VERSION = '6.10'; BEGIN { diff --git a/lib/Devel/NYTProf/Core.pm b/lib/Devel/NYTProf/Core.pm index 992382a8..c4486687 100644 --- a/lib/Devel/NYTProf/Core.pm +++ b/lib/Devel/NYTProf/Core.pm @@ -12,7 +12,7 @@ package Devel::NYTProf::Core; use XSLoader; -our $VERSION = '6.09'; # increment with XS changes too +our $VERSION = '6.10'; # increment with XS changes too XSLoader::load('Devel::NYTProf', $VERSION); diff --git a/lib/Devel/NYTProf/Data.pm b/lib/Devel/NYTProf/Data.pm index 9e846766..34caeef1 100644 --- a/lib/Devel/NYTProf/Data.pm +++ b/lib/Devel/NYTProf/Data.pm @@ -55,7 +55,7 @@ use Devel::NYTProf::FileInfo; use Devel::NYTProf::SubInfo; use Devel::NYTProf::Util qw( trace_level _dumper ); -our $VERSION = '6.09'; +our $VERSION = '6.10'; =head2 new diff --git a/lib/Devel/NYTProf/ReadStream.pm b/lib/Devel/NYTProf/ReadStream.pm index 3f4e89c8..78cc1380 100644 --- a/lib/Devel/NYTProf/ReadStream.pm +++ b/lib/Devel/NYTProf/ReadStream.pm @@ -3,7 +3,7 @@ package Devel::NYTProf::ReadStream; use warnings; use strict; -our $VERSION = '6.09'; +our $VERSION = '6.10'; use base 'Exporter'; our @EXPORT_OK = qw( diff --git a/lib/Devel/NYTProf/Reader.pm b/lib/Devel/NYTProf/Reader.pm index 55711cf1..aa7d7066 100644 --- a/lib/Devel/NYTProf/Reader.pm +++ b/lib/Devel/NYTProf/Reader.pm @@ -9,7 +9,7 @@ ########################################################### package Devel::NYTProf::Reader; -our $VERSION = '6.09'; +our $VERSION = '6.10'; use warnings; use strict; diff --git a/lib/Devel/NYTProf/Util.pm b/lib/Devel/NYTProf/Util.pm index 5e04672a..48aefab0 100644 --- a/lib/Devel/NYTProf/Util.pm +++ b/lib/Devel/NYTProf/Util.pm @@ -40,7 +40,7 @@ use Cwd qw(getcwd); use List::Util qw(sum); use Devel::NYTProf::Core; -our $VERSION = '6.09'; +our $VERSION = '6.10'; our @EXPORT_OK = qw( fmt_float